blob: d62d51c053d72028be76a2e8b6cfa4f7c98e3c04 [file] [log] [blame]
<?xml encoding='UTF-8'?>
<!-- MARKUP ENTITY -->
<!ENTITY % markup "em|strong|ref|code|br">
<!-- import the external source-specific dtd -->
<!ENTITY % externalEntity SYSTEM "entities.ent">
%externalEntity;
<!-- import the external charecters.ent dtd -->
<!ENTITY % charEntity SYSTEM "characters.ent">
%charEntity;
<!-- import the external links.ent dtd -->
<!ENTITY % linksEntity SYSTEM "links.ent">
%linksEntity;
<!ELEMENT em (#PCDATA|%links;)*>
<!ELEMENT strong (#PCDATA|%links;)*>
<!ELEMENT ref (#PCDATA|%links;)*>
<!ELEMENT code (#PCDATA|%links;)*>
<!ELEMENT br EMPTY>
<!-- CVS $Revision$ $Date$ -->