xsl-list
[Top] [All Lists]

RE: [position node] I to get it.

2003-10-01 02:56:14
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



<Prev in Thread] Current Thread [Next in Thread>