[Home] [By Thread] [By Date] [Recent Entries]
Steve,
At 02:10 PM 10/20/2003, you wrote: So, for any given XML document, (e.g. the fragment below), Will test true only if you are on the <foo> element (it has a parent, the root; but that parent is not an element and fails a parent::* test) or "parent::node()" Will test true for any element node, the <foo> element or any other. I hope this is enough: it's a bit tough for me to understand your exact use case. Using the other suggested approach, testing node-identity with generate-id(), you could say generate-id()=generate-id(/*) which will also test true only for the <foo> node (since it's the only element child of the root). Cheers, Wendell
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



