Title: Message
Hi David
 
I'm not really sure. The offending line of code appears to be in the writeContent() method of SAXWriter. The code looks right; its got a CharacterData node which doesn't appear to be of type Text, CDATA or Comment. So the exception you're getting should never happen ;-).
 
Could there be some kind of class loading problem? That dom4j is loaded twice in 2 different class loaders or something. I've patched the code so that it will describe the type of the object that seems to implement CharacterData but is not Text, CDATA or Comment.

James
----- Original Message -----
Sent: Friday, May 17, 2002 8:46 PM
Subject: [dom4j-user] Error transforming?

Any clue as to what this means?
 
com.a4networks.processors.ProcessingException: Transformation failed, configuration exception: javax.xml.transform.TransformerConfigurationException: org.xml.sax.SAXException: Invalid Node in DOM4J content: []

Reply via email to