lyon-smith.org

The Lyon-Smith family web site.
Welcome to lyon-smith.org Sign in | Join | Help
in Search

Browse by Tags

All Tags » .net 2.0 » refactor
  • Refactoring XmlValidatingReader in .NET 2.0

    I seem to have come across this several times in the past week or two, so it's worth making a note.  In .NET 2.0 XmlValidatingReader is obsolete.  You need to do something like the following in order to create a validating reader now: XmlReaderSettings settings = new XmlReaderSettings(); settings.ValidationType = ...
    Posted to code-o-rama (Weblog) by john on December 28, 2005
Powered by Community Server, by Telligent Systems