I need help regarding parsing of XML data in windows phone 7. I am looking something similar to the example XMl parsign example But i am facing issue when writing the LINQ query for xml data like
<toursList>
<tour>
<title>short tour </title>
<description>the short tour is kinda quick! </description>
<stop> <title>tabaret hall</title>
<description>tabaret hall </description>
<location>
<latitude>45.424585</latitude>
<longitude>-75.68608</longitude>
</location>
</stop>
</tour>
</toursList>";
I would be really grateful for any help provided for parsing multilevel xml doc
Thanks and Regards Surya