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. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
