~ubuntu-branches/ubuntu/hardy/xubuntu-docs/hardy-updates

« back to all changes in this revision

Viewing changes to libs/xinclude.mod

  • Committer: Bazaar Package Importer
  • Author(s): Jani Monoses
  • Date: 2006-05-14 17:24:07 UTC
  • Revision ID: james.westby@ubuntu.com-20060514172407-4rdhsmfkmk46bzg8
Tags: 6.05.1
* Update from docteam svn:
   - new about page (Luzi Thöny)
   - much more complete desktop guide (Luzi Thöny)
   - add POT file (Matthew East)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!ELEMENT xi:include (xi:fallback?) >
 
2
<!ATTLIST xi:include
 
3
xmlns:xi            CDATA       #FIXED       "http://www.w3.org/2001/XInclude"
 
4
href                CDATA       #REQUIRED
 
5
parse               (xml|text)  "xml"
 
6
xpointer            CDATA       #IMPLIED
 
7
encoding            CDATA       #IMPLIED
 
8
accept              CDATA       #IMPLIED
 
9
accept-charset      CDATA       #IMPLIED
 
10
accept-language     CDATA       #IMPLIED >
 
11
<!ELEMENT xi:fallback ANY >
 
12
<!ATTLIST xi:fallback
 
13
xmlns:xi            CDATA       #FIXED "http://www.w3.org/2001/XInclude" >
 
14
<!ENTITY % local.preface.class    "| xi:include" >
 
15
<!ENTITY % local.part.class       "| xi:include" >
 
16
<!ENTITY % local.chapter.class    "| xi:include" >
 
17
<!ENTITY % local.divcomponent.mix "| xi:include" >
 
18
<!ENTITY % local.para.char.mix    "| xi:include" >
 
19
<!ENTITY % local.info.class       "| xi:include" >
 
20
<!ENTITY % local.common.attrib    "xmlns:xi            CDATA       #FIXED       'http://www.w3.org/2001/XInclude'" >