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: Re: [docbook] <book> won't accept "xmlns:xi" attribute


Hi, i think you have two order of problems.
First an erroneous use of namespace for docbook documents prior of db5.0
specification; second an erroneus configuration of your xml parser and
xslt processor (see http://www.sagehill.net/docbookxsl/Xinclude.html)   

hope this help

-vp

On Mon, 2009-06-01 at 10:29 -0700, ashelton3 wrote:
> 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.


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