, 2002 2:36 PM
To: [EMAIL PROTECTED]
Subject: [DOTNET] XPath Query using set operators
i have a XML file. I have to read the nodes as if records in the
database. e.g. consider the file books.xml below
Java
XYZ
wrox
C++ Basics
ABC
Microsoft
.
.
.
i have to read the book node
in resulting XPathNodeIterator?
Dan
-Original Message-
From: Dinesh Upare [mailto:[EMAIL PROTECTED]]
Sent: Sat 6/22/2002 6:35 AM
To: [EMAIL PROTECTED]
Cc:
Subject: [DOTNET] XPath Query using set operators
i have a XML file. I have to read the nodes as if records in the database.
e.g. consider the file books.xml below
Java
XYZ
wrox
C++ Basics
ABC
Microsoft
.
.
.
i have to read the book node as a record so that i can idenfify its contents
correctly.
I tried with XPath Query