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

Re: xsl:number - What is Numbering Context?

Subject: Re: xsl:number - What is Numbering Context?
From: "W. Eliot Kimber" <eliot@xxxxxxxxxx>
Date: Mon, 24 Jun 2002 16:01:28 -0500
modes crossref xsl
"G. Ken Holman" wrote:

> Your xref stuff looks just fine ... are you sure you are changing the
> current node along the lines of:
> 
>    <xsl:apply-templates select="id(@xrefptr)" mode="xref"/>
> 
> >Clearly I'm missing something.
> 
> The code you've shown seems just fine, but you don't show how you get there.

Here's the template for CrossRef:

<xsl:template match="CrossRef">
  <xsl:variable name="target-id">
    <xsl:value-of select="@refsub"/>
  </xsl:variable>
  <xsl:variable name="target-element">
    <xsl:copy-of select="key('ids', $target-id)"/>
  </xsl:variable>
  <xsl:apply-templates select="$target-element" mode="xref"/>
</xsl:template>

target-element is a Figure element. I know I'm getting the right target
element because the caption text is correct.

Thanks,

Eliot
-- 
W. Eliot Kimber, eliot@xxxxxxxxxx
Consultant, ISOGEN International

1016 La Posada Dr., Suite 240
Austin, TX  78752 Phone: 512.656.4139

 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-2011 All Rights Reserved.