mirror of
https://github.com/php/doc-gtk.git
synced 2026-03-25 17:42:14 +01:00
20 lines
692 B
XML
20 lines
692 B
XML
<!ELEMENT xi:include (xi:fallback?) >
|
|
<!ATTLIST xi:include
|
|
xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude"
|
|
href CDATA #REQUIRED
|
|
parse (xml|text) "xml"
|
|
encoding CDATA #IMPLIED >
|
|
|
|
<!ELEMENT xi:fallback ANY>
|
|
<!ATTLIST xi:fallback
|
|
xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude" >
|
|
|
|
<!ENTITY % local.chapter.class "| xi:include">
|
|
|
|
<!-- inside chapter or section elements -->
|
|
<!ENTITY % local.divcomponent.mix "| xi:include">
|
|
<!-- inside para, programlisting, literallayout, etc. -->
|
|
<!ENTITY % local.para.char.mix "| xi:include">
|
|
<!-- inside bookinfo, chapterinfo, etc. -->
|
|
<!ENTITY % local.info.class "| xi:include">
|