[xsl] Re: Multiple root nodes in a node-set

Subject: [xsl] Re: Multiple root nodes in a node-set
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
Date: Sat, 30 Aug 2003 09:19:31 +0200
"Elliotte Harold" <elharo@xxxxxxxxxxxxxxx> wrote in message
news:3F500F4C.1060805@xxxxxxxxxxxxxxxxxx
> Is there anything in the XPath 1.0 data model which prohibits a node-set
> from containing more than a single root node? For instance, could a
> node-set be imagined which contains document nodes for two or three
> documents?
>
> I don't think you can construct such a thing using either XPath or XSLT
> 1.0.


As easy as

         "/ | document('someURI')"



=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL




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


Current Thread