home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / lang / sgmls / test / test149.sgm < prev    next >
Encoding:
Text File  |  1994-07-10  |  300 b   |  10 lines

  1. <!-- This is invalid because only tokenization is done on the contents
  2. of C/SDATA entities in tokenized attribute values, not the attribute
  3. value literal interpretation process. -->
  4. <!doctype doc [
  5. <!element doc - o empty>
  6. <!attlist doc a name #implied>
  7. <!entity e sdata "&#RE;">
  8. ]>
  9. <doc a="&e;foo">
  10.