[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Fwd: XSLT: Xpath: sets: position()

Subject: Fwd: XSLT: Xpath: sets: position()
From: Lee Goddard <Home@xxxxxxxxxxxxxx>
Date: Tue, 27 Feb 2001 16:50:35 +0000
xpath sets


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@xxxxxxxxxxxxxxxxxxxxxx
From: Lee Goddard <Home@xxxxxxxxxxxxxx>
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@xxxxxxxxxxxxxx>



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



Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.