You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/12/16 20:37:24 UTC

DO NOT REPLY [Bug 15408] -   not escaped in xsl:text

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15408>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15408

&nbsp; not escaped in xsl:text





------- Additional Comments From keshlam@us.ibm.com  2002-12-16 19:37 -------
&nbsp; is not defined by default in XML. If you want to use it, your Doctype 
(or the external DTD file your doctype references) must provide a definition.

If you haven't done so, the response you're getting is entirely correct.