Re: [xsl] xsl:number - What is Numbering Context?

Subject: Re: [xsl] xsl:number - What is Numbering Context?
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 24 Apr 2002 19:11:29 -0400
At 2002-04-24 17:15 -0400, Wendell Piez wrote:
Ah, it's interesting you're able to apply templates to $target-element, since it's not actually a node in your source, it's a result-tree-fragment. (In XSLT 1.0 you shouldn't be able to do this.)

Try setting your variable as

<xsl:variable name="target-element" select="key('ids', $target-id)"/>

to get it to be be, truly, the node in your source, and not a copy (which loses the context).

I'll bet Ken will have a more complete explanation....

I can't think of anything to add, Wendell, your response is complete ... I got back from dinner to discover Eliot's reply and your answer, so at least he didn't have to wait long with you around. I don't get much time to pipe up on XSLT these days as I used to in the early days ... I've been focusing on XSLFO.


..................... Ken


-- Upcoming: 3-days XSLT/XPath and/or 2-days XSLFO: June 17-21, 2002 - : 3-days XML Information Modeling: July 31-August 2, 2002

G. Ken Holman                mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.         http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0 +1(613)489-0999 (Fax:-0995)
ISBN 0-13-065196-6                      Definitive XSLT and XPath
ISBN 1-894049-08-X  Practical Transformation Using XSLT and XPath
ISBN 1-894049-07-1               Practical Formatting Using XSLFO
XSL/XML/DSSSL/SGML/OmniMark services, books(electronic, printed),
articles, training(instructor-live,Internet-live,web/CD,licensed)
Next public training:                  2002-05-06,07,09,10,13,20,
-                          06-04,07,10,11,13,14,17,20,07-31,08-05


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



Current Thread