OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]