You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2003/06/06 04:34:08 UTC

DO NOT REPLY [Bug 20536] - nbsp was not found. incredible...

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=20536>.
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=20536

nbsp was not found. incredible...





------- Additional Comments From mrglavas@ece.uwaterloo.ca  2003-06-06 02:34 -------
The only entities that XML processors recognize that don't need declarations 
are the predefined entities (<,>,&,',"). See the XML rec: 
http://www.w3.org/TR/REC-xml#sec-predefined-ent.

The parser's working according to the spec. You have to declare nbsp somewhere 
in the DTD.

For example: <!ENTITY nbsp "&#x20;">

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org