Re: [xsl] xsl:key and document()

Subject: Re: [xsl] xsl:key and document()
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 8 Jan 2001 17:25:41 GMT
> If I didn't want to use a
> variable in the key, how could I refer back to the document I'm currently
> parsing when I'm in the context of the external doc? 

You more or less have to use a variable for that.

You could use document() with the URI of your original source document
but that would (I think) give you a new node set, not the original one.
Wwo calls to document() with the same URI are guaranteed to return th
esame node set (evn if that URI actually returns different entities at
different times) but that doesn't apply to the original source document 
and an `equivalent' document() call.

Why wouldn't you want to use a variable?

David


_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

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


Current Thread