racket/collects/xml/private
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
..
reader.rkt Fixes PR11793. 2011-04-06 11:14:25 -06:00
space.rkt Default args to eliminate-whitespace 2010-06-21 12:48:26 -06:00
structures.rkt Fixes PR11793. 2011-04-06 11:14:25 -06:00
syntax.rkt Changing unstable, xml, html, and web-server to be rackety 2010-04-28 13:21:30 -06:00
writer.rkt Adding efficient Xexpr writing 2010-12-07 14:14:51 -07:00
xexpr.rkt Fixes PR11793. 2011-04-06 11:14:25 -06:00