summaryrefslogtreecommitdiff
path: root/docs/entities/xinclude.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/entities/xinclude.dtd')
-rw-r--r--docs/entities/xinclude.dtd31
1 files changed, 0 insertions, 31 deletions
diff --git a/docs/entities/xinclude.dtd b/docs/entities/xinclude.dtd
deleted file mode 100644
index 1634275be0..0000000000
--- a/docs/entities/xinclude.dtd
+++ /dev/null
@@ -1,31 +0,0 @@
-<!--
- $Id: xinclude.dtd,v 1.2 2003/02/07 13:01:13 toms Exp $
-
- The XInclude DTD is from
-
- http://www.w3.org/TR/xinclude/
-
- and modified in a way which support our needs.
-
--->
-
-<!ENTITY % xmlnsxi 'xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude"'>
-
-
-<!ELEMENT xi:include (xi:fallback)?>
-
-<!-- Just for some modifications -->
-<!ENTITY % local.xinclude.attrib "">
-<!ATTLIST xi:include
- %xmlnsxi;
- href CDATA #REQUIRED
- parse (xml|text) "xml"
- encoding CDATA #IMPLIED
- %local.xinclude.attrib;
->
-
-<!ELEMENT xi:fallback ANY>
-<!ATTLIST xi:fallback
- %xmlnsxi;
- %local.xinclude.attrib;
->