home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / sgml / unix / test / intent.sgm < prev    next >
Encoding:
Text File  |  1991-07-01  |  375 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.