Hi Karthik,

I suspect the behavioural difference you're seeing has something to do 
with improving round-tripping of whitespace characters. However, I'm not 
sure what assistance you're asking for here. If you're using what is 
supplied by WAS then you're not using an Apache Xerces release and even if 
you were, serializer.jar comes from Xalan.

Thanks.

Michael Glavassevich
XML Technologies and WAS Development
IBM Toronto Lab
E-mail: [email protected]
E-mail: [email protected]

[email protected] wrote on 28/01/2013 03:32:50 AM:

> Dear users,
> 
> We recently moved to IBM  WAS 6 to WAS 7.We have a code printing the xml
> file which uses the serializer jar provided by IBM.
> 
> Problem noticed in WAS7 is that Carriage Return is converted to &#13 
within
> CDATA section of an element.
> 
> For ex,
> 
> WAS6
> 
> <MsgTyp><![CDATA[other
> Document]]></MsgTyp>
> 
> WAS7
> 
> <MsgTyp><![CDATA[other]]>&#13;<![CDATA[
> Document]]></MsgTyp>
> 
> Can anyone please assist us to get this fixed.
> 
> Thanks,
> karthik


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to