Page 1 of 1

failed to load external entity file with Xsltproc

Posted: Tue Mar 15, 2005 8:10 pm
by nsilberz
The following xml file


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.docbook.org/xml/4.3/docbookx.dtd"
[ <!ENTITY % xinclude SYSTEM "file:/E:/Dev/Projets/DocMaker/kaleidoc/app/xinclude.mod">
%xinclude;
]>
<book>
<title>Essai include</title>
<chapter>
<title>temp1 Introduction</title>

<para>Hello before</para>

<para>Hello after</para>

</chapter>

</book>


When transforming DocBook PDF woarks well using

but makes warning using Xsltproc:

W file:///E%3A/Dev/Projets/DocMaker/kaleidoc/app/temp.xml:4: warning:
failed to load external entity "file:/E:/Dev/Projets/DocMaker/kaleidoc/app/xinclude.mod" 0:0
W %xinclude; 0:0
W ^ 0:0
W Entity: line 1: 0:0
W %xinclude; 0:0
W ^ 0:0
W Making portrait pages on A4 paper (210mmx297mm) 0:0