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] 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


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


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