Re: [xsl] Add order of nodes

Subject: Re: [xsl] Add order of nodes
From: António Mota <amsmota@xxxxxxxxx>
Date: Wed, 9 Feb 2005 19:48:19 +0000
If you ever have nested <fragment>'s use 

count(ancestor-or-self::fragment)+count(preceding::fragment)


On Wed, 9 Feb 2005 13:19:44 +0100, Robert Soesemann
<rsoesemann@xxxxxxxxxxx> wrote:
> Thanks to all who helped. The "count(preceding-sibling::fragment)+1"
> works fine for me.
> 
> Robert

Current Thread