|
Subject: Re: [xsl] position and grouping? From: Bruce D'Arcus <bdarcus@xxxxxxxxxxxxx> Date: Thu, 14 Oct 2004 20:14:25 -0400 |
position() _never_ relates to the location of a node in a source
tree. It always refers to a position in a current node list
(or sequence in 2.0). That is if you select a node with self:: it always
has position() =1 even if it's the 1001 child of some parent.
<mods>
<name type="personal">
<namePart type="given">Jane</namePart>
<namePart type="family">Doe</namePart>
</name>
<name type="personal">
<namePart type="given">Steve</namePart>
<namePart type="family">Smith</namePart>
</name>
<mods>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] position and grouping?, David Carlisle | Thread | Re: [xsl] position and grouping?, Bruce D'Arcus |
| Re: [xsl] Fun with xsl:number and a, David Carlisle | Date | RE: [xsl] FW: XSL calling Java prob, Ha Wai Hoe |
| Month |