[EMAIL PROTECTED] wrote:
> The XML spec requires that parsers attempt to examine the doctype if it is
> provided, since some information (eg entity declarations) _MUST_ be
> considered part of the document's content. Turning off validation (which I
> presume you've already done) doesn't change that.

I thought that if you added standalone="yes" to the <?xml?> prefix, the
parser is supposed to avoid resolving the DTD.  Obviously, you'll get
errors if there are unresolved entitites in the document, but then, you
wouldn't want to be using standalone in that case.

-- 
Tom Bradford --- The dbXML Project --- http://www.dbxml.org/
We store your XML data a hell of a lot better than /dev/null

Reply via email to