Re: [xsl] including files

Subject: Re: [xsl] including files
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 9 Jul 2002 18:24:55 +0100
>  I am including are not
> really XML, but xhtml (some of them do not have a
> containing element),

Can't you just make them all well formed by putting <x> ...</x>
around them, then you can use
<xsl:value-of select="document('abc.xml')/x/node()"/>

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