|
Revision 711, 405 bytes
(checked in by wrobell, 3 years ago)
|
- validate with xincludes properly thanks to
http://www.sagehill.net/docbookxsl/index.html
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 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 |
encoding CDATA #IMPLIED > |
|---|
| 7 |
|
|---|
| 8 |
<!ELEMENT xi:fallback ANY> |
|---|
| 9 |
<!ATTLIST xi:fallback |
|---|
| 10 |
xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude" > |
|---|
| 11 |
|
|---|
| 12 |
<!ENTITY % local.chapter.class "| xi:include"> |
|---|
| 13 |
|
|---|