|
Subject: Re: [xsl] Function position() From: Paul Terray <terray@xxxxxxxxxxxx> Date: Thu, 01 Feb 2001 12:53:52 +0000 |
I used the following:
<xsl:template match"StretchText">
<xsl:value-of select="position()"/> ---> THIS doesn't work in my case.
</xsl:template>
use : <xsl:template match"StretchText"> <xsl:variable name="pos"> <xsl:number level="any"/> </xsl:variable> <xsl:value-of select="$pos"/> </xsl:template>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Function position(), Partho Paul | Thread | Re: [xsl] Function position(), Jeni Tennison |
| [xsl] Finding another element with , Jo Bourne | Date | Re: [xsl] logical operators?, Michael Beddow |
| Month |