Given this XmlStructure:
i want to read the node description where the title = Item1TitleCode:<channel> <title>ChannelTitle</title> <link>link</link> <description>des</description> <item> <title>Item1Title</title> <link>Link1</link> <description>des1</description> </item> <item> <title>Item2Title</title> <link>Link2</link> <description>Link3</description> </item> </channel>
Heres my try but this aint working:
//channel/item/title['Item1Title']/../description
anyone knows what I am doing wrong?
Thanks,
Stephan





Reply With Quote