Re: Problem with serializing Text Data

2013-05-29 Thread Michael Glavassevich
Hi Chris, I would generally expect any XML serializer to escape the '<' and '>' characters that appear in textual content when writing to an OutputStream. If they're not being escaped that is odd. Thanks. Michael Glavassevich XML Technologies and WAS Development IBM Toronto Lab E-mail: mrgla..

Re: Problem with serializing Text Data

2013-05-29 Thread Chris Bowditch
Hi Michael, Thanks for your reply. The code to serialize is fairly straight forward: Properties serializerProperties = properties; serializerProperties = OutputPropertiesFactory.getDefaultMethodProperties(Method.XML); Serializer serializer = SerializerFactory.getSeriali

Re: Problem with serializing Text Data

2013-05-28 Thread Michael Glavassevich
Hi Chris, What XML API are you using for serializing your document? A code snippet showing what you did might help. Thanks. Michael Glavassevich XML Technologies and WAS Development IBM Toronto Lab E-mail: mrgla...@ca.ibm.com E-mail: mrgla...@apache.org Chris Bowditch wrote on 05/28/2013 12:4