Could it be that your XSLT is generated textual
output thats not inside a root element?
e.g. this XSLT document would create that
error
<xsl:stylesheet ...>
<xsl:template
match="/">
this is some
text which should be in a root element
<xsl:template> </xsl:stylesheet> If you output the result of your XSLT as text, is
it valid XML?
James
|
Title: Message
- [dom4j-user] Still have that strange exception David Hooker
- James Strachan