I think you're having the same issue I had: JIBX UTF8Escaper is bugged and serializes cariage return in attributes (not escaping them).
You can write your own escaper that fixes this bug, it's only a 5 lines work. Cheers On 8/15/07, Christian Foltin <[EMAIL PROTECTED]> wrote: > Dear all, > > we have problems to marshal/unmarshal string attributes that contain > newlines. They are substituted by space. Is it possible to change this > behaviour? > > (Also stated in http://jira.codehaus.org/browse/JIBX-180 ) > > Best regards, Chris > -- > GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. > Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > jibx-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jibx-users > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
