- From: Matthew Bentley <matthew.bentley@brookers.co.nz>
- Date: Wed, 31 Jan 2001 00:03:02 -0500 (EST)
- To: "'xsl-editors@w3.org'" <xsl-editors@w3.org>
Received on Wednesday, 31 January 2001 00:57:43 UTC
There is needed, along with a function to translate uppercase to lowercase, the ability for position() to take a node as an argument, and return the -relative- position. For example: <xsl:value-of select="position(following-sibling::truck[1])" /> would return: "3" for the following node-set: <tank /> <- context node -> <car /> <cycle /> <truck /> Currently there is no way in the xslt spec of comparing relative positions of different kinds of elements. Cheers, Matt
Received on Wednesday, 31 January 2001 00:57:43 UTC