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

  1. <!-- This checks that attribute value tokenization doesn't get confused
  2. by sdata entities. -->
  3. <!doctype doc [
  4.   <!element doc - O empty>
  5.   <!attlist doc att names #implied>
  6.   <!entity ent sdata "foo">
  7. ]>
  8. <doc att="&ent; bar">
  9.