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

  1. <!doctype gdoc [
  2.   <!element gdoc           - - (#PCDATA)>
  3.   <!entity intent1 SYSTEM "intent1.gml">
  4.   <!entity intent2 SYSTEM "intent2.gml">
  5.   <!entity e1 "e1 text">
  6.   <!entity e2 "e2 text">
  7.   <!entity e3 "e3 contains the &e1 and the &e2 and &intent1 as well">
  8. ] -- end of gdoc dtd -->
  9. <gdoc>
  10. A reference to the &e1 and the &e2;.
  11. The entity &e3 is done.
  12. </gdoc>
  13.