Getting a Sub node value with the help of another Sub node value in XML
-
Hi I am looking for a Condition clause in XML like "WHERE" in SQL. If the XML file is like..... 100 Mr.X 101 Mr.Y ..... ..... If I want the Name of a person with ID = 100 Fisrt of all how to Search for that ID in XML file, after that how can I get the Name for that ID. I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu
-
Hi I am looking for a Condition clause in XML like "WHERE" in SQL. If the XML file is like..... 100 Mr.X 101 Mr.Y ..... ..... If I want the Name of a person with ID = 100 Fisrt of all how to Search for that ID in XML file, after that how can I get the Name for that ID. I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu
Once you load this XML into a dataset, DataTable Select should help you out. Even a DataView RowFilter can be used right?
Vasudevan Deepak Kumar Personal Homepage Tech Gossips