Whoah that sound like a bug. Was it definitely using dom4j-dev-8.jar?
http://www.ibiblio.org/maven/dom4j/jars/
Any chance you could supply some example XML & XSL docs you used that
demonstrate the problem?
Here we are:
<j:file name="blop.xml">
<b><c:c xmlns:c="blop">bliop</c:c></b>
</j:file>
produces:
cat blop.xml
<?xml version="1.0" encoding="UTF-8"?>
<b><c:c xmlns:c="blop>bliop</c:c></b>
The xmlns:c="blop is missing its end-quote...
Paul
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>