Initial import
git-svn-id: http://moon:8086/svn/software/trunk/libsrc/xerces-c-3.0.0@1 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
Executable
+21
@@ -0,0 +1,21 @@
|
||||
<?xml encoding='ISO-8859-1'?>
|
||||
|
||||
<!-- MARKUP ENTITY -->
|
||||
<!ENTITY % markup "em|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 ref (#PCDATA|%links;)*>
|
||||
<!ELEMENT code (#PCDATA|%links;)*>
|
||||
<!ELEMENT br EMPTY>
|
||||
|
||||
<!-- CVS $Revision: 173497 $ $Date: 2002-02-13 21:49:41 +0200 (Wed, 13 Feb 2002) $ -->
|
||||
Reference in New Issue
Block a user