In this case the xml is generated by a cxf-based service (also 2.2.10 base). Since we have control of the service, modifying is an option. Currently we assign the string with line returns as a field in a Java object, which is later translated to XML as part of the web service return structure.
What is the preferred point/method to get control and translate the line feeds to 
 sequences? I don't want to enter as part of the original string, or the first character will be translated to '&', etc. -- View this message in context: http://cxf.547215.n5.nabble.com/Line-feeds-removed-by-client-tp5052180p5052934.html Sent from the cxf-user mailing list archive at Nabble.com.
