Alan,
Castor users the Xerces XML serializer, it handles the conversion of the characters. When dealing with XML, some characters are going to get converted in the XML to their appropriate entity or character according, but once it's read back into memory, the reverse conversion will take place. --Keith alan wrote: > > I am having an issue with Castor. I have a large > complex xml document which I unmarshall, do some > modification in the Java object and then marshall it > out. But large strings (DOM Text Nodes) that contain > several paragraphs of text gets altered. Most > problematic: opening and closing double and single > quotes get converted to binary characters, also > apostrophe gets converted to ' how do i tell > Castor not to do these conversions? I tried several > things but noting worked so far. > > > > __________________________________ > Do you Yahoo!? > Friends. Fun. Try the all-new Yahoo! Messenger. > http://messenger.yahoo.com/ > > ----------------------------------------------------------- > If you wish to unsubscribe from this mailing, send mail to > [EMAIL PROTECTED] with a subject of: > unsubscribe castor-user ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-user
