|
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
|
Title: Message
- [dom4j-user] Error transforming? David Hooker
- RE: [dom4j-user] Error transforming? James Strachan
- RE: [dom4j-user] Error transforming? David Hooker
- RE: [dom4j-user] Error transforming? David Hooker
