OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [docbook] <book> won't accept "xmlns:xi" attribute



I cannot get "include" to work in my XML document. Here's my snippet:

<?xml version='1.0'?>
<!DOCTYPE book SYSTEM "file:///O:/prog/docbook-4.5/dtd/docbook.dtd">
<book xmlns="http://docbook.org/ns/docbook";
         xmlns:xi="http://www.w3.org/2001/XInclude";>
<xi:include href="chapter1.xml"/>
</book>

Element include in namespace 'http://www.w3.org/2001/XInclude' encountered
in book, but no template matches.
-- 
View this message in context: http://www.nabble.com/%3Cbook%3E-won%27t-accept-%22xmlns%3Axi%22-attribute-tp23773255p23773255.html
Sent from the docbook General mailing list archive at Nabble.com.



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]