Re: [xsl] Function arguments (was regexps once)

Subject: Re: [xsl] Function arguments (was regexps once)
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 14 Jan 2002 14:31:23 -0500
At 2002-01-14 15:24 +0000, Jeni Tennison wrote:
On the other
hand, you could imagine that:

document('foo.xml') == document('foo.xml')

would be false, if each call to the document() function constructed a
new document from whatever file you point to.

But isn't this a misleading statement? Section 12.1 states:


Thus, the following expression will always be true:

generate-id(document("foo.xml"))=generate-id(document("foo.xml"))

Therefore, when passing the same argument to the document() function, the same node is returned, therefore the values of the root notes will always calculate out to be the same.

You mention "constructing a new document", yet given 12.1 I could image an XSLT processor deciding not to go looking for anything if it has already built a node tree based on an already-received URL.

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


-- Training Blitz: 3-days XSLT/XPath, 2-days XSLFO - Feb 18-22, 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 & 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-01-18,02-11,12,13,15,18,21,
-                                03-11,14,15,18,19,04-08,09,10,12


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



Current Thread