[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Using COUNT to create unique anchors
Subject: Re: [xsl] Using COUNT to create unique anchors
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 27 Nov 2006 21:52:59 GMT
|
> I assume it does the former because every node is a child of the parent
> node of the document. As such, there maybe isn't away around that?
use the from attribute on xsl:number to limit how far up the tree it
goes. (or use substring-after($n,'1.') if you prefer)
David
|