We have a SAX transformation chain that terminates with HTML output. Because we work in a multi-threaded context and because there is a concurrency issue with the Xalan-J 2.6.0 HTML serialization, we are (attempting) to introduce our own (simple) HTML serializer as a SAX ContentHandler.

We've run into a problem with non-breaking spaces. Some of our XSL stylesheets need to output ' ' sequences, so those XSL stylesheets containing the following statement, so they can include ' ' inline:

<!DOCTYPE xsl:stylesheet [ <!ENTITY nbsp "&#160;"> ]>

None of the '&nbsp;' sequences are making it through our ContentHandler/serializer; they do make it through a Serializer configured for HTML output.

I'd appreciate any information regarding how to resolve this problem.

--
Edward L. Knoll   Phone (FedEx)     : (719)484-2717
                 e-mail (FedEx)    : [EMAIL PROTECTED]
                 e-mail (personal) : [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to