Selecting the unique names of the elements in XML
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, well I\m a completely newbie in XML and I've been given a task to put a filtering capability on an XML document in .NET application. So I'm looking at XPath for that. Now I wanna populate a combo box with all the names of the XML elements i.e tags so that I can populate the treeView on that basis. Now to populate that combobox I was thinking if I can make an XPath Query that can give me the unique namesof the tags. Is this possible that way or do I have to get all teh elements first and then filter out the unique ones thanks in advance Rocky