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

Counting with xsl:key

Subject: Counting with xsl:key
From: Philip Vallone <philip.vallone@xxxxxxxxxxx>
Date: Tue, 31 Mar 2009 19:14:56 -0400
 Counting with xsl:key
Hello list,

Suppose I have a Key to store all my figure/@id. I want to have a figure reference (figref) that will look up the figure in the key and display its position or count. ?

For example:

<xsl:key name="fig-key" match="figure" use="@id"/>

      <xsl:template match="FIGREF">
		<fo:basic-link internal-destination="{key('fig-key', @href)/@id}">
			<xsl:text>Figure </xsl:text>
			<xsl:value-of select="count(key('fig-key', @href))"/>
		</fo:basic-link>
	</xsl:template>

My input xml has 4 figures, but it always shows one when the template is processed.

Thanks for the help.

Phil

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.