Re: [docbook-apps] XInclude mess

From
"Cob Rtayton"
Date
2004-09-24T23:25:04+00:00
ID
040201c4a28d$aef5f6a0$6401a8c0@toshiro
Thread
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


----- Original Message ----- 
From: "Feilpe Vieira Silva" <>
To: <>
Sent: Friday, September 24, 2004 2:03 PM
Subject: [docbook-apps] XInclude mess

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

the INCLUDE command I惴 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?