Re: [xml-dev] external entities

From
<>
To
Date
2005-02-10T00:51:48Z
ID
<>
Thread
Re: [xml-dev] external entities
In article <> you write:
><!DOCTYPE xml [

Well that's illegal for a start: you can't use element or attribute
names starting "xml".

But this:

><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

suggests another problem.  Where's that coming from?  Is the CGI script
returning an HTML document?  If so, that's no good, because (a) entities
other than the document mustn't have a DOCTYPE declaration and (b) HTML
is not XML!

-- Richard