Subject: Re: Loading an external file of index
From: Paul Tchistopolskii <paul@xxxxxxx>
Date: Tue, 27 Jun 2000 12:48:33 -0700
|
> > I would prefer this requirement to be got rid of in the XSLT spec.
> > Instead, I would put a special PI (or something similar) telling the
> > XSLT processor that the document retrieved is ever the same.
Ah - I forgot to write... Of course there is no need in any PI's - just
<xsl:variable name="loaded-doc" select="document( 'some-uri-here')"/>
And then re-use $loaded-doc when you need it.
Rgds.Paul.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|