Re: change encoding of avalon SAX parser
Try using after the xml declaration in the stylesheet Oskar
change encoding of avalon SAX parser
I 'd like to change the encoding in the header of my file. How can I do that. For example with DOM I do : TransformerFactory tFactory = TransformerFactory.newInstance(); Transformer transformer = tFactory.newTransformer(); java.util.Properties properties = transformer.getOutputProperties(); pro