vendredi, avril 04, 2008

XSLT position of a parent node (simple solution)

The question is quite simple: how can you do <xsl:value-of select="../position()">

try this :
<xsl-for each select=".."><xsl:value-of select="position()"></xsl-for each>

Aucun commentaire: