home *** CD-ROM | disk | FTP | other *** search
- <!-- This is invalid because only tokenization is done on the contents
- of C/SDATA entities in tokenized attribute values, not the attribute
- value literal interpretation process. -->
- <!doctype doc [
- <!element doc - o empty>
- <!attlist doc a name #implied>
- <!entity e sdata "RE;">
- ]>
- <doc a="&e;foo">
-