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


On 11/08/09 18:28, Thomas Schraitle wrote:
> 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;

Yes Thomas. Just checking :-)

With

<?xml version="1.0" encoding="latin1" ?>
<!DOCTYPE erlref SYSTEM "erlref.dtd">
<erlref>&nbsp;</erlref>


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

But it would be, except for my error

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

And if the ; was there?

>
>
>> c) 'Wrong'
>
> Only syntactically. :)






regards

-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk


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