PDA

View Full Version : [C#]Xml.Load errore


Mattyfog
07-02-2010, 19:23
Ragazzi ecco qua il codice:

string url = (@"http://www.gracenote.com/music/search-adv.html?q=&qtrack=" + canzone).Replace(" ", "_");

XElement risultati_gracenote = XElement.Load(url, LoadOptions.None);


Ricevo questo errore:
"1" è un token imprevisto. Il token previsto è """ o "'". Riga 222, posizione 16.

Il file che sto cercando di caricare è un file html da usare come xml.

Kralizek
08-02-2010, 09:46
magari l'html non é perfettamente formattato.

Mattyfog
08-02-2010, 16:27
quindi come posso risolvere?
forse scaricando prima il file html e poi aprendolo?

Mattyfog
08-02-2010, 16:41
ideona!
dunque se non sbaglio anche in xml i commenti si indicano così: <!-- --> ma i commenti scritti così: "//commento" potrebbero generare un errore nella lettura del file!
appena ho tempo provo a vedere se è questo il problema...

Mattyfog
19-03-2010, 19:06
Raga ho un altro problema:
la riga <div class="item" style="font-size:13px;line-height:1.5"> mi dà l'errore: Elementi Radice Multipli
Cioè?

||ElChE||88
19-03-2010, 19:17
Posta tutto il codice HTML.
Comunque non puoi parsare un file HTML come se fosse XML e aspettarti che funzioni, non sono mica compatibili (XHTML e XML invece si).

Mattyfog
19-03-2010, 19:44
Di fatti il programma deve lavorare il file html per renderlo un xml.
Penso che ti basti guardare il primo pezzo di codice comunque eccolo tutto:

<?xml version="1.0"?>
<div class="item" style="font-size:13px;line-height:1.5">
<div class="album-image" style="border:1px solid #ccc"><a href="/search/album_details.php?tui_id=b230eb3ac3050c6e2c4175bce8eabf1a&amp;tui_tag=64A0580B61055432CF357BEBCDC65C65"><img src="/covers/default/75/default_cover.2.3_75.jpg" width="75" height="75" border="0"/></a></div>
<div class="album-meta-data-wrapper">
<strong>Track:</strong> <ul>5. I Gotta Feeling
</ul>
<strong>Artist:</strong> <a href="/artist/artist.php?artist_id=ae57d737a3623d7e">Black Eyed Peas</a>
<strong>Album:</strong> <a href="/search/album_details.php?tui_id=b230eb3ac3050c6e2c4175bce8eabf1a&amp;tui_tag=64A0580B61055432CF357BEBCDC65C65">The E.N.D. [Disc 1]</a>
</div>


</div>

<div class="item" style="font-size:13px;line-height:1.5">
<div class="album-image" style="border:1px solid #ccc"><a href="/search/album_details.php?tui_id=292d20c7cedf6c47a0f70700523e5bb4&amp;tui_tag=D9BA888FDC9587445BE8CF3B70CA1054"><img src="/covers/default/75/default_cover.2.2_75.jpg" width="75" height="75" border="0"/></a></div>
<div class="album-meta-data-wrapper">
<strong>Track:</strong> <ul>5. I Gotta Feeling
</ul>
<strong>Artist:</strong> <a href="/artist/artist.php?artist_id=ae57d737a3623d7e">Black Eyed Peas</a>
<strong>Album:</strong> <a href="/search/album_details.php?tui_id=292d20c7cedf6c47a0f70700523e5bb4&amp;tui_tag=D9BA888FDC9587445BE8CF3B70CA1054">The E.N.D.</a>
</div>


</div>

<div class="item" style="font-size:13px;line-height:1.5">
<div class="album-image" style="border:1px solid #ccc"><a href="/search/album_details.php?tui_id=3dd5535477ac0b00bfc6e5f9c81de423&amp;tui_tag=C2B3BCD353A90926FE4AB5DFC1705F91"><img src="/covers/default/75/default_cover.2.2_75.jpg" width="75" height="75" border="0"/></a></div>
<div class="album-meta-data-wrapper">
<strong>Track:</strong> <ul>3. I Gotta Feeling
<li><i style="margin-left: 20px;">Black Eyed Peas</i></li></ul>
<strong>Artist:</strong> <a href="/artist/artist.php?artist_id=a0284e676e8984fd">Various Artists</a>
<strong>Album:</strong> <a href="/search/album_details.php?tui_id=3dd5535477ac0b00bfc6e5f9c81de423&amp;tui_tag=C2B3BCD353A90926FE4AB5DFC1705F91">Now 74 [Disc 1]</a>
</div>


</div>

<div class="item" style="font-size:13px;line-height:1.5">
<div class="album-image" style="border:1px solid #ccc"><a href="/search/album_details.php?tui_id=d326e08e0c71d13d4b2272f1525d8aaa&amp;tui_tag=8C82FF444F0DC5FFF65E4F7017E6490E"><img src="/covers/default/75/default_cover.2.4_75.jpg" width="75" height="75" border="0"/></a></div>
<div class="album-meta-data-wrapper">
<strong>Track:</strong> <ul>10. I Gotta Feeling (FMIF Remix Edit)
<li><i style="margin-left: 20px;">Black Eyed Peas</i></li></ul>
<strong>Artist:</strong> <a href="/artist/artist.php?artist_id=10979e8eca3b7e5e">David Guetta</a>
<strong>Album:</strong> <a href="/search/album_details.php?tui_id=d326e08e0c71d13d4b2272f1525d8aaa&amp;tui_tag=8C82FF444F0DC5FFF65E4F7017E6490E">One Love</a>
</div>


</div>

<div class="item" style="font-size:13px;line-height:1.5">
<div class="album-image" style="border:1px solid #ccc"><a href="/search/album_details.php?tui_id=1a9109a13b4de481a265c031720ccd74&amp;tui_tag=1254145D153618D963341D62AF6EBE56"><img src="/covers/default/75/default_cover.2.4_75.jpg" width="75" height="75" border="0"/></a></div>
<div class="album-meta-data-wrapper">
<strong>Track:</strong> <ul>1. I Gotta Feeling
<li><i style="margin-left: 20px;">Black Eyed Peas</i></li></ul>
<strong>Artist:</strong> <a href="/artist/artist.php?artist_id=a0284e676e8984fd">Various Artists</a>
<strong>Album:</strong> <a href="/search/album_details.php?tui_id=1a9109a13b4de481a265c031720ccd74&amp;tui_tag=1254145D153618D963341D62AF6EBE56">Now That's What I Call Music! Vol. 32</a>
</div>


</div>

<div class="item" style="font-size:13px;line-height:1.5">
<div class="album-image" style="border:1px solid #ccc"><a href="/search/album_details.php?tui_id=75917bea7c601a739e2a76378dedaaa5&amp;tui_tag=DDD2E927F17B587CEC538DA78649049F"><img src="/covers/default/75/default_cover.2.3_75.jpg" width="75" height="75" border="0"/></a></div>
<div class="album-meta-data-wrapper">
<strong>Track:</strong> <ul>5. I Gotta Feeling
</ul>
<strong>Artist:</strong> <a href="/artist/artist.php?artist_id=ae57d737a3623d7e">Black Eyed Peas</a>
<strong>Album:</strong> <a href="/search/album_details.php?tui_id=75917bea7c601a739e2a76378dedaaa5&amp;tui_tag=DDD2E927F17B587CEC538DA78649049F">The E.N.D. [Japan]</a>
</div>


</div>

<div class="item" style="font-size:13px;line-height:1.5">
<div class="album-image" style="border:1px solid #ccc"><a href="/search/album_details.php?tui_id=742ecd9b56a340b0bca6e06c2ad2d874&amp;tui_tag=5E93C17E0560ADF82B542F066A7D516E"><img src="/covers/default/75/default_cover.2.1_75.jpg" width="75" height="75" border="0"/></a></div>
<div class="album-meta-data-wrapper">
<strong>Track:</strong> <ul>15. I Gotta Feeling
</ul>
<strong>Artist:</strong> <a href="/artist/artist.php?artist_id=a64541ca67699353">The Chipmunks</a>
<strong>Album:</strong> <a href="/search/album_details.php?tui_id=742ecd9b56a340b0bca6e06c2ad2d874&amp;tui_tag=5E93C17E0560ADF82B542F066A7D516E">Alvin &amp; The Chipmunks: The Squeakquel</a>
</div>


</div>

<div class="item" style="font-size:13px;line-height:1.5">
<div class="album-image" style="border:1px solid #ccc"><a href="/search/album_details.php?tui_id=cea6a2550d91c3fa5e840124f9619400&amp;tui_tag=350B3FA0DA86E8F6608704A0F8619B86"><img src="/covers/default/75/default_cover.2.1_75.jpg" width="75" height="75" border="0"/></a></div>
<div class="album-meta-data-wrapper">
<strong>Track:</strong> <ul>1. I Gotta Feeling
<li><i style="margin-left: 20px;">Black Eyed Peas</i></li></ul>
<strong>Artist:</strong> <a href="/artist/artist.php?artist_id=a0284e676e8984fd">Various Artists</a>
<strong>Album:</strong> <a href="/search/album_details.php?tui_id=cea6a2550d91c3fa5e840124f9619400&amp;tui_tag=350B3FA0DA86E8F6608704A0F8619B86">Bravo Hits 66 [Disc 1]</a>
</div>


</div>

<div class="item" style="font-size:13px;line-height:1.5">
<div class="album-image" style="border:1px solid #ccc"><a href="/search/album_details.php?tui_id=fc457fbaa50cd565e007c55ae7a930c9&amp;tui_tag=7851B7FBAD81748E07571F64797605A6"><img src="/covers/default/75/default_cover.2.2_75.jpg" width="75" height="75" border="0"/></a></div>
<div class="album-meta-data-wrapper">
<strong>Track:</strong> <ul>6. I Gotta Feeling
<li><i style="margin-left: 20px;">Black Eyed Peas</i></li></ul>
<strong>Artist:</strong> <a href="/artist/artist.php?artist_id=a0284e676e8984fd">Various Artists</a>
<strong>Album:</strong> <a href="/search/album_details.php?tui_id=fc457fbaa50cd565e007c55ae7a930c9&amp;tui_tag=7851B7FBAD81748E07571F64797605A6">Pop Party 7</a>
</div>


</div>

<div class="item" style="font-size:13px;line-height:1.5">
<div class="album-image" style="border:1px solid #ccc"><a href="/search/album_details.php?tui_id=daaa2b860ebac56be53c593b1e90ca0f&amp;tui_tag=F75E35C86E0CFB5E66218187CADC0299"><img src="/covers/default/75/default_cover.2.3_75.jpg" width="75" height="75" border="0"/></a></div>
<div class="album-meta-data-wrapper">
<strong>Track:</strong> <ul>2. I Gotta Feeling
<li><i style="margin-left: 20px;">Black Eyed Peas</i></li></ul>
<strong>Artist:</strong> <a href="/artist/artist.php?artist_id=a0284e676e8984fd">Various Artists</a>
<strong>Album:</strong> <a href="/search/album_details.php?tui_id=daaa2b860ebac56be53c593b1e90ca0f&amp;tui_tag=F75E35C86E0CFB5E66218187CADC0299">R&amp;B Collection [Disc 2]</a>
</div>


</div>

<div class="item" style="font-size:13px;line-height:1.5">
<div class="album-image" style="border:1px solid #ccc"><a href="/search/album_details.php?tui_id=73462ca1df0e8953e3146f057dafc8c9&amp;tui_tag=D2BBDB5E76963D89449CA00CE0168837"><img src="/covers/default/75/default_cover.2.4_75.jpg" width="75" height="75" border="0"/></a></div>
<div class="album-meta-data-wrapper">
<strong>Track:</strong> <ul>1. I Gotta Feeling
<li><i style="margin-left: 20px;">Black Eyed Peas</i></li></ul>
<strong>Artist:</strong> <a href="/artist/artist.php?artist_id=a0284e676e8984fd">Various Artists</a>
<strong>Album:</strong> <a href="/search/album_details.php?tui_id=73462ca1df0e8953e3146f057dafc8c9&amp;tui_tag=D2BBDB5E76963D89449CA00CE0168837">2010 Grammy Nominees</a>
</div>


</div>

<div class="item" style="font-size:13px;line-height:1.5">
<div class="album-image" style="border:1px solid #ccc"><a href="/search/album_details.php?tui_id=0f466a62fa6904322e6a3a2c11303c54&amp;tui_tag=7F186CE45D41B5713066A3A801ED2E6B"><img src="/covers/default/75/default_cover.2.4_75.jpg" width="75" height="75" border="0"/></a></div>
<div class="album-meta-data-wrapper">
<strong>Track:</strong> <ul>10. I Gotta Feeling (Fmif Remix Edit)
<li><i style="margin-left: 20px;">Black Eyed Peas</i></li></ul>
<strong>Artist:</strong> <a href="/artist/artist.php?artist_id=10979e8eca3b7e5e">David Guetta</a>
<strong>Album:</strong> <a href="/search/album_details.php?tui_id=0f466a62fa6904322e6a3a2c11303c54&amp;tui_tag=7F186CE45D41B5713066A3A801ED2E6B">One Love</a>
</div>


</div>

<div class="item" style="font-size:13px;line-height:1.5">
<div class="album-image" style="border:1px solid #ccc"><a href="/search/album_details.php?tui_id=c78ac3aded060112344698202babdd6e&amp;tui_tag=8AFE37D00861E6051EE9314EDEAE7A49"><img src="/covers/default/75/default_cover.2.3_75.jpg" width="75" height="75" border="0"/></a></div>
<div class="album-meta-data-wrapper">
<strong>Track:</strong> <ul>1. I Gotta Feeling (Laidback Luke Remix)
<li><i style="margin-left: 20px;">Black Eyed Peas</i></li></ul>
<strong>Artist:</strong> <a href="/artist/artist.php?artist_id=a0284e676e8984fd">Various Artists</a>
<strong>Album:</strong> <a href="/search/album_details.php?tui_id=c78ac3aded060112344698202babdd6e&amp;tui_tag=8AFE37D00861E6051EE9314EDEAE7A49">Clubland 16 [Disc 2]</a>
</div>


</div>

<div class="item" style="font-size:13px;line-height:1.5">
<div class="album-image" style="border:1px solid #ccc"><a href="/search/album_details.php?tui_id=22aa4326d5e0d106e88e3b76de8e370a&amp;tui_tag=2DA3C082E063D9E1F12E3E99C7D39048"><img src="/covers/default/75/default_cover.2.2_75.jpg" width="75" height="75" border="0"/></a></div>
<div class="album-meta-data-wrapper">
<strong>Track:</strong> <ul>1. I Gotta Feeling
<li><i style="margin-left: 20px;">Black Eyed Peas</i></li></ul>
<strong>Artist:</strong> <a href="/artist/artist.php?artist_id=a0284e676e8984fd">Various Artists</a>
<strong>Album:</strong> <a href="/search/album_details.php?tui_id=22aa4326d5e0d106e88e3b76de8e370a&amp;tui_tag=2DA3C082E063D9E1F12E3E99C7D39048">So Fresh: The Hits Of Spring 2009</a>
</div>


</div>

<div class="item" style="font-size:13px;line-height:1.5">
<div class="album-image" style="border:1px solid #ccc"><a href="/search/album_details.php?tui_id=6d4597ccab0fc9302088f4d9ad23d10c&amp;tui_tag=8EE1B76039222A22802ED61EE61885CC"><img src="/covers/default/75/default_cover.2.2_75.jpg" width="75" height="75" border="0"/></a></div>
<div class="album-meta-data-wrapper">
<strong>Track:</strong> <ul>10. I Gotta Feeling (Felix Grey Remix)
<li><i style="margin-left: 20px;">Orangez</i></li></ul>
<strong>Artist:</strong> <a href="/artist/artist.php?artist_id=67d44cb4dc7199d0">Ministry Of Sound</a>
<strong>Album:</strong> <a href="/search/album_details.php?tui_id=6d4597ccab0fc9302088f4d9ad23d10c&amp;tui_tag=8EE1B76039222A22802ED61EE61885CC">The Annual 2010 [Disc 2]</a>
</div>


</div>

<div class="item" style="font-size:13px;line-height:1.5">
<div class="album-image" style="border:1px solid #ccc"><a href="/search/album_details.php?tui_id=2bcc9489a30bba7e&amp;tui_tag=1D6689AA6956699CDF618D5DAF70B8B6"><img src="/covers/muze/26/2636/263687.jpg" width="75" height="75" border="0"/></a></div>
<div class="album-meta-data-wrapper">
<strong>Track:</strong> <ul>20. Gotta Hold On To This Feeling
</ul>
<strong>Artist:</strong> <a href="/artist/artist.php?artist_id=6ec2196ee030eb55">Junior Walker &amp; The All Stars</a>
<strong>Album:</strong> <a href="/search/album_details.php?tui_id=2bcc9489a30bba7e&amp;tui_tag=1D6689AA6956699CDF618D5DAF70B8B6">The Ultimate Collection</a>
</div>


</div>

<div class="item" style="font-size:13px;line-height:1.5">
<div class="album-image" style="border:1px solid #ccc"><a href="/search/album_details.php?tui_id=0448a1ffdd88aba53e3c8920cbb01eae&amp;tui_tag=63F0B53BC871547E590B4332B4185DA8"><img src="/covers/default/75/default_cover.2.4_75.jpg" width="75" height="75" border="0"/></a></div>
<div class="album-meta-data-wrapper">
<strong>Track:</strong> <ul>5. I Gotta Feeling
</ul>
<strong>Artist:</strong> <a href="/artist/artist.php?artist_id=ae57d737a3623d7e">Black Eyed Peas</a>
<strong>Album:</strong> <a href="/search/album_details.php?tui_id=0448a1ffdd88aba53e3c8920cbb01eae&amp;tui_tag=63F0B53BC871547E590B4332B4185DA8">The E.N.D. (The Energy Never Dies)</a>
</div>


</div>

<div class="item" style="font-size:13px;line-height:1.5">
<div class="album-image" style="border:1px solid #ccc"><a href="/search/album_details.php?tui_id=8b09e320951b804442345952aceaf11e&amp;tui_tag=4D61978EB844F724EEA02D23B139793E"><img src="/covers/default/75/default_cover.2.2_75.jpg" width="75" height="75" border="0"/></a></div>
<div class="album-meta-data-wrapper">
<strong>Track:</strong> <ul>1. I Gotta Feeling
<li><i style="margin-left: 20px;">Black Eyed Peas</i></li></ul>
<strong>Artist:</strong> <a href="/artist/artist.php?artist_id=a0284e676e8984fd">Various Artists</a>
<strong>Album:</strong> <a href="/search/album_details.php?tui_id=8b09e320951b804442345952aceaf11e&amp;tui_tag=4D61978EB844F724EEA02D23B139793E">MuchDance 2010</a>
</div>


</div>

<div class="item" style="font-size:13px;line-height:1.5">
<div class="album-image" style="border:1px solid #ccc"><a href="/search/album_details.php?tui_id=e0abd98591b8f0cae35ddf01864e8f1e&amp;tui_tag=2ED705F3ACAEA83980683FFD9E7770D5"><img src="/covers/default/75/default_cover.2.2_75.jpg" width="75" height="75" border="0"/></a></div>
<div class="album-meta-data-wrapper">
<strong>Track:</strong> <ul>9. I Gotta Feeling (FMIM Remix Edit)
<li><i style="margin-left: 20px;">Black Eyed Peas</i></li></ul>
<strong>Artist:</strong> <a href="/artist/artist.php?artist_id=10979e8eca3b7e5e">David Guetta</a>
<strong>Album:</strong> <a href="/search/album_details.php?tui_id=e0abd98591b8f0cae35ddf01864e8f1e&amp;tui_tag=2ED705F3ACAEA83980683FFD9E7770D5">One Love [Disc 1]</a>
</div>


</div>

<div class="item" style="font-size:13px;line-height:1.5">
<div class="album-image" style="border:1px solid #ccc"><a href="/search/album_details.php?tui_id=5a5ae75b0713d8aaba33aab64b1ef476&amp;tui_tag=BB40774AE0E7BB83DB898C2FDF0E6953"><img src="/covers/default/75/default_cover.2.4_75.jpg" width="75" height="75" border="0"/></a></div>
<div class="album-meta-data-wrapper">
<strong>Track:</strong> <ul>3. I Gotta Feeling
<li><i style="margin-left: 20px;">Black Eyed Peas</i></li></ul>
<strong>Artist:</strong> <a href="/artist/artist.php?artist_id=a0284e676e8984fd">Various Artists</a>
<strong>Album:</strong> <a href="/search/album_details.php?tui_id=5a5ae75b0713d8aaba33aab64b1ef476&amp;tui_tag=BB40774AE0E7BB83DB898C2FDF0E6953">Die Ultimative Chartshow - Hits 2009 [Disc 1]</a>
</div>


</div>



</div>
tist_id=a0284e676e8984fd">Various Artists</a>
<strong>Album:</strong> <a href="/search/album_details.php?tui_id=5a5ae75b0713d8aaba33aab64b1ef476&amp;tui_tag=BB40774AE0E7BB83DB898C2FDF0E6953">Die Ultimative Chartshow - Hits 2009 [Disc 1]</a>
</div>
<br clear="all">

</div>



</div>
1]</a>
</div>
<br clear="all">

</div>



</div>
1]</a>
</div>
<br clear="all">

</div>



</div>

||ElChE||88
19-03-2010, 23:01
Un file xml deve avere un singolo elemento come radice (root).
<radice>
<nodo />
<nodo />
</radice>
è valido, mentre
<radice>
<nodo />
<nodo />
</radice>
<radice2>
<nodo />
</radice2>
non lo è.

Comunque quel file ha anche altri problemi, tipo:
</div>
tist_id=a0284e676e8984fd">Various Artists</a>