|
|||||
SGML to HTML: sample SGML DTD | |||||
Introduction: SGML to HTML conversions |
Sample
<!DOCTYPE glossary [ <!ELEMENT glossary o o (title, entry+)> <!ELEMENT title o o (#PCDATA)> <!ELEMENT entry - o (term, def)> <!ELEMENT term o - (#PCDATA)> <!ELEMENT def o o (#PCDATA)> <!ENTITY end-term ENDTAG "term"> <!SHORTREF term-map "&#RE;" end-term> <!USEMAP term-map term> ]>
---- |