Hi Dinesh,
Your XPath expression is invalid - try the following.
books/book/name | books/book/author | books/book/publication
Cheers,
Steven
-Original Message-
From: The DOTNET list will be retired 7/1/02
[mailto:[EMAIL PROTECTED]] On Behalf Of Dinesh Upare
Sent: Saturday, June 22, 200
The XPath expression is not valid.
If you want all the book elements in the file
/books/book
will do it.
if you want all of the name, author, and publication elements that have book as a
parent then
/books/book/name | /books/book/author | /book/books/publication
will do