mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
8c20a748bd
Now we are able to build everything in samba-docs properly. (This used to be commit bb09f771958150e9465a5dc9d8e62aa8477c17a4)
32 lines
617 B
DTD
32 lines
617 B
DTD
<!--
|
|
$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;
|
|
>
|