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