in XSLT yes (it's static file on disk) as for XML: first I create org.w3c.dom.Document (and generate elements), then make DOMSource and then I serialize it into an XML -> this XML has 'UTF-8' but maybe I should set it somehow already in Document while creating elements? miso
[EMAIL PROTECTED] wrote: >>XML, XSL and also Transformer's setOutputProperty is set to UTF-8 >> >Does that mean you have this at the top of your XML and XSLT?: > ><?xml version="1.0" encoding="UTF-8"?> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

