home *** CD-ROM | disk | FTP | other *** search
- <!-- (C) 1996-1999 Corel Corporation Limited. All Rights Reserved. -->
-
- <!-- Simple DTD for illustrating basics of elements and entities.
- Does not require a "catalog entry file" because it contains no
- references to external entities.
- -->
-
-
- <!DOCTYPE sample1 [
-
-
- <!-- Parameter entities are used within the DTD. They are not preserved
- in the XML template and are not used in the Corel WordPerfect 9
- editing environment. -->
-
- <!ENTITY % wp "WordPerfect" >
- <!ENTITY % corel "Corel Corporation" >
-
-
- <!-- General entities appear in the "Text References" or "File References"
- dialogs in Corel WordPerfect 9. -->
-
- <!ENTITY wpcorel "%wp;, from %corel;" >
- <!ENTITY wp9 "Corel WordPerfect 9" >
-
-
- <!-- Elements appear in the "Valid Tags" and "All Tags" lists in the
- "Elements" dialog. -->
-
- <!-- NAME OMIT CONTENT MODEL -->
-
- <!ELEMENT sample1 - - (orgroup, andgroup) >
-
- <!ELEMENT orgroup - - (oritem1 | oritem2) >
- <!ELEMENT andgroup - - (anditem1 & anditem2) >
-
- <!ELEMENT (oritem1, oritem2, anditem1, anditem2)
- - - (#PCDATA) >
- ]>