This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [docbook-apps] XInclude mess


See this reference which shows you how to process with XIncludes:

http://www.sagehill.net/docbookxsl/Xinclude.html

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Feilpe Vieira Silva" <fgaucho@gmail.com>
To: <docbook-apps@lists.oasis-open.org>
Sent: Friday, September 24, 2004 2:03 PM
Subject: [docbook-apps] XInclude mess


I´m trying to configure a modular documentation ... but something is wrong:

the INCLUDE command I´m using:

<xi:include xmlns:xi="http://www.w3.org/2001/XInclude";  href="chapter.xml"
/>

The CHAPTER code:

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd";>
<chapter id="chapter">
<title>Testing the environment</title>test
</chapter>

the ERROR:
[INFO] [7]
file:///C:/docbook-xsl-1.66.1/fo/docbook.xsl; Line #89; Column #16;
xi:include e
ncountered in part, but no template matches.
[ERROR] java.lang.NullPointerException

any tip?




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]