← Prev in month ← Prev in thread

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

From
ashelton3 <>
Date
2009-06-01T17:29:24+00:00
ID
Thread
[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.
← Prev in month ← Prev in thread