Tagged Questions
8
votes
2answers
25k views
Producing valid XML with Java and UTF-8 encoding
I am using JAXP to generate and parse an XML document from which some fields are loaded from a database.
Code to serialize the XML:
DocumentBuilder builder = ...