Title: Message
Welll.... the problem went away once I started using the right xslt for the document I was processing.  (sheepish grin).  So I'll chalk this up to user error which hit a possible flaw in dom4j, and leave it at that.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of James Strachan
Sent: Monday, May 20, 2002 3:02 AM
To: David Hooker; [EMAIL PROTECTED]
Subject: Re: [dom4j-user] Error transforming?

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