On Tue, Sep 17, 2002 at 08:57:02AM +0200, Taco Hoekwater wrote:
> 
> 
> Begin forwarded message:
> 
> Date: Wed, 3 Jul 2002 10:32:05 +0200
> From: "Taco Hoekwater" <[EMAIL PROTECTED]>
> To: "Simon Pepping" <[EMAIL PROTECTED]>
> Subject: Re: Problem with expansion of entities in the internal DTD set
> 
> 3a. PUBLIC keys are an sgml quoted string (with ' or ") that gives
>     the external reference, optionally followed by
>     another quoted string that is a filesystem locator
>     for the DTD.

In XML the second quoted string is mandatory. Therefore these two
examples are not valid XML:
 
> <!DOCTYPE article PUBLIC '-//OASIS//DTD DocBook XML V4.1.2//EN'
> [
>  <!ENTITY date       "2002-06-XX">
>  <!ENTITY revno      "0.0.2">
> ]>
> -----
> <!DOCTYPE article PUBLIC '-//OASIS//DTD DocBook XML V4.1.2//EN'
> >

Regards, Simon

-- 
Simon Pepping
email: [EMAIL PROTECTED]

Reply via email to