Re: [xsl] Using document()

Subject: Re: [xsl] Using document()
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 9 Oct 2002 18:08:45 +0100

> Is there another way that I can extend Xalan (or some other Java based
> engine) so that I can reference nodes in this way?

why is it necessary to do
document('foo#bar') rather than do

<xsl:for-each select="document('foo')">
<xsl:value-of select="id('bar')"/>
</xsl:for-each>

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread