racket/collects/xml
Jay McCarthy af57e0419c Fixes PR11793.
It was very hard to figure out why � is invalid. Both the XML 1.0 and 1.1 specs say that a CharRef can be '&#' [0-9]+ ';' (sec 4.1), but there is a note on the side that it must also be a valid Char. The Char definition (sec 2.2) then lays out which characters are valid. (The 1.0 and 1.1 specs disagree though.) I've gone with the 1.1 definition.

I did not update the rest of the reader to disallow those characters in pcdata segments. If this hurts you or you morally disagree, submit another PR, please.
2011-04-06 11:14:25 -06:00
..
private Fixes PR11793. 2011-04-06 11:14:25 -06:00
info.rkt Changing unstable, xml, html, and web-server to be rackety 2010-04-28 13:21:30 -06:00
main.rkt Changing unstable, xml, html, and web-server to be rackety 2010-04-28 13:21:30 -06:00
plist.rkt Changing unstable, xml, html, and web-server to be rackety 2010-04-28 13:21:30 -06:00
scheme-snipclass.rkt Changing unstable, xml, html, and web-server to be rackety 2010-04-28 13:21:30 -06:00
text-box-tool.rkt move away from mzlib/contract and towards racket/contract 2011-03-28 23:04:43 -05:00
text-snipclass.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
xml-snipclass.rkt Changing unstable, xml, html, and web-server to be rackety 2010-04-28 13:21:30 -06:00
xml.png Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
xml.rkt Adding efficient Xexpr writing 2010-12-07 14:14:51 -07:00
xml.scrbl Fixes PR11793. 2011-04-06 11:14:25 -06:00