Fix samba-docs build after svn conversion and Samba3 By Example addition.
[Samba.git] / docs / entities / xinclude.dtd
blob1634275be087c573dd425a12bdca1c12c0ca15be
1 <!--
2 $Id: xinclude.dtd,v 1.2 2003/02/07 13:01:13 toms Exp $
4 The XInclude DTD is from
6 http://www.w3.org/TR/xinclude/
8 and modified in a way which support our needs.
10 -->
12 <!ENTITY % xmlnsxi 'xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude"'>
15 <!ELEMENT xi:include (xi:fallback)?>
17 <!-- Just for some modifications -->
18 <!ENTITY % local.xinclude.attrib "">
19 <!ATTLIST xi:include
20 %xmlnsxi;
21 href CDATA #REQUIRED
22 parse (xml|text) "xml"
23 encoding CDATA #IMPLIED
24 %local.xinclude.attrib;
27 <!ELEMENT xi:fallback ANY>
28 <!ATTLIST xi:fallback
29 %xmlnsxi;
30 %local.xinclude.attrib;