← Prev in month ← Prev in thread

XInclude mess

From
Geilpe Uieira Rilva
Date
2004-09-24T21:03:22+00:00
ID
Thread
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?
← Prev in month ← Prev in thread