On Fri, Jan 23, 2009 at 11:07 PM, Tom T. <[email protected]> wrote: > > I'm using Camel 1.2 and won't be able to upgrade for various reasons. We are > encountering some Vertical Tabs (0xb) characters and would like to strip > them when Marshaling the message. > > I am setting a JaxbDataFormat as the marshaller. And I see it instantiates > a com.sun.xml.bind.v2.runtime.MarshallerImpl > > But I'm not sure how to go about stripping out these invalid XML characters. > > Any advice? Hi
Can you add a manual step such as a proceesor and use plain Java code to "fix" the data? > -- > View this message in context: > http://www.nabble.com/Proper-way-to-escape-invalid-XML-characters-tp21633526s22882p21633526.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/
