|
Subject: [xsl] XSLT: Xpath: sets: position() From: Lee Goddard <Home@xxxxxxxxxxxxxx> Date: Tue, 27 Feb 2001 16:47:23 +0000 |
Trying to get the first occurrence of an XML element marked. Can't be so difficult, can it? Please - what am I doing wrong?
<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
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] RE:"*NEVER* use for-each", FINLEY, Mike | Thread | Re: [xsl] XSLT: Xpath: sets: positi, Jeni Tennison |
| RE: [xsl] FAQ? Installing MSXML3, Edmund Mitchell | Date | [xsl] Fwd: XSLT: Xpath: sets: posit, Lee Goddard |
| Month |