私はhtml5でAndroid用のアプリを開発しており、次のようなxmlファイルを読み取る必要があります。
<?xml version="1.0" encoding="UTF-8"?>
<noticias>
<dict>
<titulo>Example of title</titulo>
<body>Here goes the body</body>
<subtitulo>whololoooooooo</subtitulo>
<key>dep</key>
<dep>general</dep>
<imgurl></imgurl>
<url>http://www.upcomillas.es/</url>
</dict>
<dict>
<titulo>Another title</titulo>
<body>The body</body>
<subtitulo>whololoooooooo</subtitulo>
<key>dep</key>
<dep>general</dep>
<imgurl></imgurl>
<url>http://www.upcomillas.es/</url>
</dict></noticias>
そして私はjQueryでそれをやっています。しかし、私が自分のhtmlを試してみると(私のhtmlはこれです)
Webで見つけたこのコードを試していますが、Chrome、Safari、Firefoxで開いても、何も実行されません。:(
このxmlを読み取る方法を見つけようとしていますが、インターネットで実際に見つけることができません。誰かが助けることができますか?
どうもありがとう!!!