How to read nested XML using xDocument in Silver light?

Posted by Subhen on Stack Overflow See other posts from Stack Overflow or by Subhen
Published on 2010-03-20T13:50:03Z Indexed on 2010/03/20 13:51 UTC
Read the original article Hit count: 379

Filed under:
|
|
|

Hi currently I have a nested XMl , having the following Structure :

<?xml version="1.0" encoding="utf-8" ?> 
<Response><Result><item id="something" /><price na="something" />
<?xml version="1.0" encoding="UTF-8" ?><DIDL-Lite xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/" xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/"></Result><NumberReturned>10</NumberReturned><TotalMatches>10</TotalMatches></Response> 

Any help on how to read this using Xdocument or XMLReader will be really helpfull.

Thanks, Subhendu

© Stack Overflow or respective owner

Related posts about silverlight-3.0

Related posts about Xml