Re: Re: [docbook-apps] xml catalogs

From
Thomas Schraitle <>
Date
2009-08-11T17:29:52+00:00
ID
Thread
Re: Re: [docbook-apps] xml catalogs
Tuesday 11 August 2009

> On 10/08/09 20:02, George Cristian Bina wrote:
> [...]
> XML question.
>
> <?xml version="1.0" encoding="latin1" ?>
> <!DOCTYPE erlref SYSTEM "erlref.dtd">
> <erlref>&nbsp</erlref>
          ^^^^^
I think, you miss a semikolon here: &nbsp;


> The DTD isn't in the same folder as the instance,
> the parser needs the DTD to resolve the entity,
> Is this instance
> a) Well formed

No, see above.


> b) Invalid

Yes, because you need a well-formed XML which is not the case, according to 
your example.


> c) 'Wrong'

Only syntactically. :)



Tom