Re: [DOTNET] XPath Query using set operators

2002-06-22 Thread Steven Livingstone
, 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

Re: [DOTNET] XPath Query using set operators

2002-06-22 Thread Sullivan, Dan
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

[DOTNET] XPath Query using set operators

2002-06-22 Thread Dinesh Upare
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