Here's what I've seen. The TRaX API, as implemented by xalan, has a thing called javax.xml.transform.stream.StreamResult.
The xalan implementation of this looks at the type of the object passed in to decide what sort of character handling is desired. When you pass in a JspWriter, it gets confused, because JspWriter is not one of the fixed set of classes that were wired into the xalan source as of the time I read the xalan source. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
