Handling of > in CDATA

Andrew Gierth <andrew-VTz9UO/[email protected]> Mon, 18 Nov 2019 23:59:20 +0000
Newsgroups gmane.lisp.scheme.ssax-sxml
Message-ID <[email protected]>
ssax:read-cdata-body's comment says:

; Within a CDATA section all characters are taken at their face value,
; with only three exceptions:
[...]
;	&gt; is treated as an embedded #\> character

But this is wrong, surely? It is not in the spec, and no other tool I've
checked interprets it this way.

-- 
Andrew.