[
Lists Home |
Date Index |
Thread Index
]
Hi!
I want to make a XPath expression that finds the 5 first nodes that have a
attribute "namn" thats equals "Tomas". Is it possible?
I suppose it should be something like this:
//[@namn="Tomas"] [position()<6]
I want to look search all the nodes in the document. Children,
grandchildren etc
/Tomas Olsson
|