I am having a certian issue with special characters in my XML.
Bascially I am splitting up an xml into multiple xmls using Xalan Processor.
When splitting the documents up I am using ...
I'm using Java with Xalan 2.7 to transform one XML to another.
Source is StreamSource(UTF-8 Reader);
Result is StreamResult(ByteArrayOutputStream)
Now my template is set to use UTF-8 (note the version 1.0):