[
Lists Home |
Date Index |
Thread Index
]
- From: "Didier PH Martin" <martind@netfolder.com>
- To: "Peter Murray-Rust" <peter@ursus.demon.co.uk>, <xml-dev@xml.org>
- Date: Sun, 2 Apr 2000 10:12:24 -0400
Hi Peter,
Peter said:
These files work fine as HTML, and are conforming XML 1.0, but when I try
to parse them on my laptop using either AElfred or Xerces I get:
java.net.UnknownHostException: www.w3.org
Didier replies:
So, if I understand well, these parser automatically turn on the validation
process when a DOCTYPE is encountered in the file. You have to manually turn
off validation with an command line option. Is that right? I'll enter that
info in my notebook.
Is your point that you want parsers to be always non validating even in the
presence of a DOCTYPE in an XML document. This until the default behavior is
modified by a command line option (if the interface is a command line - but
could be something else if the interface is different). Am I reading your
concern correctly?
Cheers
Didier PH Martin
----------------------------------------------
Email: martind@netfolder.com
Conferences: Web Chicago(http://www.mfweb.com)
XML Europe (http://www.gca.org)
Book: XML Professional (http://www.wrox.com)
column: Style Matters (http://www.xml.com)
Products: http://www.netfolder.com
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|