query a XML with unknown elements and attributes

Posted by Julien on Stack Overflow See other posts from Stack Overflow or by Julien
Published on 2010-03-12T09:52:07Z Indexed on 2010/03/12 9:57 UTC
Read the original article Hit count: 203

Filed under:
|

I want to query a xml file.

I read this http://weblogs.asp.net/scottgu/archive/2007/08/07/using-linq-to-xml-and-how-to-build-a-custom-rss-feed-reader-with-it.aspx ,

But in my case i don't know the names of elements and attributes of the file.

So i could i do ?

Thanks

© Stack Overflow or respective owner

Related posts about .NET

Related posts about linq-to-xml