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