home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / SGMLS / test / test150.sgm < prev    next >
Encoding:
Text File  |  1994-07-10  |  192 b   |  8 lines

  1. <!-- A reference to an empty CDATA shouldn't count towards #PCDATA -->
  2. <!doctype doc [
  3. <!element doc - - (x, #pcdata)>
  4. <!element x - - (#pcdata)>
  5. <!entity e cdata "">
  6. ]>
  7. <doc>&e;<x></x></doc>
  8.