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]

Get parent's node position - Urgent


Hi all,

I would like take the "position" of parent's node.
I try:
<xsl:value-of select="position(parent::*)"/>
But didnt't work because position don't accept params.

To get the name of parent node I know:
<xsl:value-of select="name(parent::*)"/>
But I need the position.

Thanks all,

Paulo.


 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]