Re: [docbook-apps] Entities again!

From
Lai Rchr=G6der
Date
2003-11-20T22:31:04+00:00
ID
Thread
Re: [docbook-apps] Entities again!
On Thursday 20 November 2003 23:26, Chris Johnson wrote:
> Hi,
>
> On the advice of a few list members on a WIN32 XSL proceesing system
> that can handle entities and catalogs, I have installed Cygwin with
> xsltproc. I *still* can't get the following external parameter entity
> reference to work:

IMHO it must be:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
    "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % CommonEntities SYSTEM "../common/entities-test.xml">
]>

This works fine for me with xsltproc and saxon on Linux and Windows.

Regards, Kai