hi! I'm making XSLT transformation of XML document (I use javax.xml.transform.Transformer ) everything is going fine, except text using utf-8 when I simply directly copy an element containing UTF-8 written text into response output stream, the result is ok but when I use 'transform' method of javax.xml.transform.Transformer, the result is currupted XML, XSL and also Transformer's setOutputProperty is set to UTF-8 I'm quite new in Java and all these things so it can be some silly bug... thanx in advance for any comments... miso vagac
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

