[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: 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> </erlref>
^^^^^
I think, you miss a semikolon here:
> 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
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]