G
Guest
Does anyone know the notation of how to select XML nodes based on an
attribute. I know that it will be something like:
root.SelectNodes ("descendant::key....")
Sample xml is
<indexdata>
<key name="buffy">
<topic name="buffy" url="buffy/buffy.htm"/>
<topic name="scooby gang" url="buffy/good_guys/scooby_gang.htm" />
</key>
</indexdata>
Basically, I want to get the url when the name = buffy or scooby gang.
I know, I have such an interesting help file.
Thank you,
Susan
attribute. I know that it will be something like:
root.SelectNodes ("descendant::key....")
Sample xml is
<indexdata>
<key name="buffy">
<topic name="buffy" url="buffy/buffy.htm"/>
<topic name="scooby gang" url="buffy/good_guys/scooby_gang.htm" />
</key>
</indexdata>
Basically, I want to get the url when the name = buffy or scooby gang.
I know, I have such an interesting help file.

Thank you,
Susan