I tried xmllint on Windows and it resolved the XInclude problem. The documentation reference to http://www.sagehill.net/docbookxsl/Xinclude.html is very helpful, too. Thanks to all who replied.
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. > -- View this message in context: http://www.nabble.com/%3Cbook%3E-won%27t-accept-%22xmlns%3Axi%22-attribute-tp23773255p23842410.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]
