Hi,
I need your help! I have to appoint the position of the current node in an nodelist. the nodelist I defined in a variable with:
now I have to get the position of the current node in $CN
can someone help me, please?
I need your help! I have to appoint the position of the current node in an nodelist. the nodelist I defined in a variable with:
Code:
<xsl:variable name="CN" select="self::node()/parent::node()/child::node()" />
can someone help me, please?