Subject: Re: XSLT: Xpath: sets: position()
From: Francis Norton <francis@xxxxxxxxxxx>
Date: Tue, 27 Feb 2001 17:47:57 +0000
|
==off list==
Lee,
Check out http://www.jenitennison.com/xslt/index.html for an awesome
resource on grouping problems etc.
Francis.
Lee Goddard wrote:
>
> Trying to get the first occurrence of an XML
> element marked. Can't be so difficult, can it?
> Please - what am I doing wrong?
>
> I'm doing this:
>
> <xsl:appy-templates/>
>
> <xsl:template match="/SPC/*">
> <xsl:value-of select="name()"/>
> <xsl:choose>
> <xsl:when test="position()='1'">
> <H3><xsl:value-of select="@TITLE"/></H3>
> </xsl:when>
> <xsl:otherwise>
> <H4><xsl:value-of select="@TITLE"/></H4>
> </xsl:otherwise>
> </xsl:choose>
> </xsl:template>
>
> Thanks in anticipation,
> lee
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|