[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] [position node] I to get it.
Hi,
> Id' like to get the position of the parent node of the context node :
>
> For example :
>
> <dmref>
> <dmidref> --> from here I need the position of dmref
> <dmidref>
Position in relation to what? If in relation to sibling dmrefs, then
count(../preceding-sibling::dmref) + 1
Cheers,
Jarno - Front Line Assembly: Plasticity (Dope Experience by D Myer)
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|