Re: FW: Re: [xsl] Find out current node and display next one

Subject: Re: FW: Re: [xsl] Find out current node and display next one
From: "Joris Gillis" <roac@xxxxxxxxxx>
Date: Sat, 10 Sep 2005 15:45:10 +0200
Tempore 15:41:01, die 09/10/2005 AD, hinc in xsl-list@xxxxxxxxxxxxxxxxxxxxxx scripsit Ragnar Heil <r@xxxxxxx>:

At the moment I cannot generate an output because Xselerator says "Invalid XML. A document must contain exactly one root element".

I didn't realize you would try to validate the output; it's just a test case.


add something like
<xsl:template match="/">
	<root><xsl:apply-templates/></root>
</xsl:template>
if you like to see the test case work in Xselerator

regards,
--
Joris Gillis (http://users.telenet.be/root-jg/me.html)
Gaudiam omnibus traderat W3C, nec vana fides

Current Thread