Subject: RE: Future XSLT extensions. document(). Summary.
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 23 Mar 2000 09:28:19 -0000
|
> Assume that document(url) gives a constant value within the scope of a
> transformation.
It's actually a requirement of the standard that if you call document(url)
twice with the same url, you get the same node-set back. Not necessarily
what you want if the url calls a servlet that returns the current share
price of internet stocks, but that's the way it is.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|