This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Loading an external file of index



> >  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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]