H
Hans-Michael Rupp
Hallo!
How can find out the postion of a node with a particular content in the
nodeset WITHOUT being in the context?
I would like have something like
<xsl:variable name="position" select="position(/foo/bar[blubber='test'])">
of course position() does not work this way.
Is there another way to solve this?
Many thanks,
Hans
How can find out the postion of a node with a particular content in the
nodeset WITHOUT being in the context?
I would like have something like
<xsl:variable name="position" select="position(/foo/bar[blubber='test'])">
of course position() does not work this way.
Is there another way to solve this?
Many thanks,
Hans