Re: [xml-dev] Internal entities removed from XML?

From
Thomas B. Passin <>
To
Date
2002-12-19T17:43:15Z
ID
<005b01c2a786$1c272960$4b183044@tbp1>
Thread
Re: [xml-dev] Internal entities removed from XML?
[Dare Obasanjo]

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

All clear now, Dare.  Thanks.


Tom P