Click here to Skip to main content
15,894,017 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi,
I am very struggle this XML file from url, Kindly help me,

How to read XML file and get a,b,c value from url?

XML
<MPulpy>
<root>
<a>Giuseppe Torelli</a>
<b>100 Relaxing Classics for Study</b>
<c>QMFMG1499009</c>
</root>
<root>
<a>Volbeat</a>
<b>
Guitar Gangsters & Cadillac Blood (Limited Edition)
</b>
<c>NLB930800317</c>
</root>
<root>
<a>Antonio Vivaldi</a>
<b>Relax with Beethoven, Debussy & Tchaikovsky</b>
<c>US5UL0712720</c>
</root>
<root>
<a>Giuseppe Torelli</a>
<b>70 Relaxing Classics for Concentration</b>
<c>QMFMG1499460</c>
</root>
<root>
<a>Antonio Vivaldi</a>
<b>The Vivaldi Playlist</b>
<c>US6R21414437</c>
</root>
<root>
<a>Antonio Vivaldi</a>
<b>The Vivaldi Playlist</b>
<c>US6R21414438</c>
</root>

<mpulpy>
Posted

1 solution

 
Share this answer
 
Comments
chellapandi160 2-Aug-14 5:28am    
Hi, First of all thanks for reply,

this xml file created in website from common url with app_id .
after that , i want fetch value only...please
Nirav Prabtani 2-Aug-14 5:30am    
ya save it first in a afolder than , Give respactive path in those solutions.. :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900