|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: position() of the parent
David C wrote:
>> DSSSL permits an absolute node numbering relative to the
>> document root.
>
>> Is that achievable in XPATH?
>
>well since an earlier theread agreed xsl was turing complete, you could
>implement a dsssl compiler in xsl, and run that, alternatively
>you could
>use generate-id (which probably is doing that internally anyway,
>although you can not guarantee that) or you just count whatever nodes
>you want to count, eg
>count(ancestor-or-self::*)
>replacing * by node() or whatever, to suit.
Or even
<xsl:template match="mynode">
<mynode name="{@name}"
parentid="{substring (generate-id(..),2)}"
id="{substring (generate-id(.),2)}"/>
<xsl:apply-templates/>
</xsl:template>
DaveP
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








