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 " "> ]>
None of the ' ' 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]
