summaryrefslogtreecommitdiff
path: root/docs/entities/xinclude.dtd
blob: 1634275be087c573dd425a12bdca1c12c0ca15be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!--
   $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;
>