[
Lists Home |
Date Index |
Thread Index
]
- To: "Thomas B. Passin" <tpassin@comcast.net>,<xml-dev@lists.xml.org>
- Subject: RE: [xml-dev] Internal entities removed from XML?
- From: "Dare Obasanjo" <dareo@microsoft.com>
- Date: Thu, 19 Dec 2002 09:26:11 -0800
- Thread-index: AcKngT/5t4pPX1gvTxywSsoNEkDEfwAAkQmU
- Thread-topic: [xml-dev] Internal entities removed from XML?
That's why the code snippet I showed has
vr.ValidationType = ValidationType.None;
to prevent DTD validation occuring. It so happens that all the DTD processing code exists in the XmlValidatingReader while only well-formedness checking is done by the XmlTextReader.
-----Original Message-----
From: Thomas B. Passin [mailto:tpassin@comcast.net]
Sent: Thu 12/19/2002 9:10 AM
To: xml-dev@lists.xml.org
Cc:
Subject: Re: [xml-dev] Internal entities removed from XML?
However, I have a related question that maybe Dare can answer. If entity
expansion is turned on, according to your example, you will be operating in
validating mode. How does it handle the common case where a document does
not have a complete DTD but only declares a few entities? Does the
processor expand the entities and then continue to parse, or does it stop
with a validation error because a complete DTD is not available?
Cheers,
Tom P
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
initiative of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>
|