Getting Specific Record In XML
-
Hello, Is there any way to get specific records from XML file using ASP.Net with VB.Net? There are two XML files one for categories and other for products. I want to get products against specific category. Or can we use "Select Query" in XML files? If you know the solution then please let me know. Bye, -- modified at 8:16 Tuesday 25th April, 2006
-
Hello, Is there any way to get specific records from XML file using ASP.Net with VB.Net? There are two XML files one for categories and other for products. I want to get products against specific category. Or can we use "Select Query" in XML files? If you know the solution then please let me know. Bye, -- modified at 8:16 Tuesday 25th April, 2006
How are the two files linked? Xml forum might be a better place to ask...
-
Hello, Is there any way to get specific records from XML file using ASP.Net with VB.Net? There are two XML files one for categories and other for products. I want to get products against specific category. Or can we use "Select Query" in XML files? If you know the solution then please let me know. Bye, -- modified at 8:16 Tuesday 25th April, 2006
You will need to use XPath queries to select specific records in an XML file. Greate XPath Tutorial site[^] http://www.w3schools.com/xpath/[^] -Richard