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


On Tue, Jun 27, 2000 at 12:48:33 -0700, Paul Tchistopolskii wrote:
> > >  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. 

 This is not possible in XSLT because $loaded-doc is not a document
 fragment, but only a node set. So I can't, for example, write
 
  <xsl:value-of select="$loaded-doc/*[1]"/>

 For this reason I suggested the PI.

 						Regards,
						 C.S.C.

-- 
----------------------------------------------------------------
Real name: Claudio Sacerdoti Coen
Undergraduate Computer Science Student at University of Bologna
E-mail: sacerdot@cs.unibo.it
http://caristudenti.cs.unibo.it/~sacerdot
----------------------------------------------------------------


 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]