This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Fwd: XSLT: Xpath: sets: position()




Sorry to have wasted your time and bandwidth:

         <xsl:when test="*[1]">

Lee



>Date: Tue, 27 Feb 2001 16:47:23 +0000
>To: xsl-list@lists.mulberrytech.com
>From: Lee Goddard <Home@LeeGoddard.com>
>Subject: XSLT: Xpath: sets: position()
>
>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

Lee Goddard  <mailto:Home@LeeGoddard.com>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]