ZF-5238: Add support for looking up Zend_Gdata entry/feed versions when calling looku...
[zend.git] / documentation / manual / sk / xinclude.mod
blob0c85a73d7febd32135f22490b0eef1073336727d
1 <!-- $Id: $ -->
2 <!ELEMENT xi:include (xi:fallback?) >
3 <!ATTLIST xi:include
4 xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude"
5 href CDATA #REQUIRED
6 parse (xml|text) "xml"
7 encoding CDATA #IMPLIED >
9 <!ELEMENT xi:fallback ANY>
10 <!ATTLIST xi:fallback
11 xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude" >
13 <!-- inside chapter or section elements -->
14 <!ENTITY % local.divcomponent.mix "| xi:include">
15 <!-- inside para, programlisting, literallayout, etc. -->
16 <!ENTITY % local.para.char.mix "| xi:include">
17 <!-- inside bookinfo, chapterinfo, etc. -->
18 <!ENTITY % local.info.class "| xi:include">
19 <!ENTITY % local.chapter.class "| xi:include">