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

  1. <!doctype doc [
  2. <!element doc - - (#pcdata)>
  3. <!entity e endtag "doc">
  4. ]>
  5. <doc>
  6. <!-- this is illegal because the entity end from the e entity follows
  7. the document element, but other prolog does not allow Ee -->
  8. &e;
  9.