Schweigl, Johann dijo: > Hi all, that's what I get after a map:transform step. The input comes from > a > RequestTransformer. All the stylesheets in the following transformer have > encoding="UTF-8", the second one fails with this exception: > > java.lang.RuntimeException: org.xml.sax.SAXException: Attempt to output > character of integral value 252 that is not represented in specified > output > encoding of . > > I found the message text in bugzilla, seems to be a Xalan bug, but no > other > reference - what problem am I facing here?
Try to switch to xsltc if you can. It is just a workaround. FYI, seems like the bug is already patched in Xalan CVS. It will be on the next Xalan release. Best Regards, Antonio Gallardo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
