home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / new / dev / lang / sgmls / test / test149.sgm < prev    next >
Text File  |  1994-07-10  |  300b  |  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.