This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

outputting the "position()" of parent


How do I output the posistion of the parent.  I can output the position of
the current node like this:
<xsl:value-of select="position()"/>

So I thought I could do this:
<xsl:value-of select="../position()"/>
but it doesn't work.... any suggestions?

thanks in advance
Justin


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]