Problem while Working with XmlValidatingReader!!!!!
-
I am experimenting with "XmlValidatingReader" and want to create a event handler which gets called there occurs some validation error(schema mismatch etc..) But could not find where this class is located?? I am using .NET framework 2.0, VS 2005 beta1.. Is there any other way to validate xml with schema? REgards. MaulikCE
-
I am experimenting with "XmlValidatingReader" and want to create a event handler which gets called there occurs some validation error(schema mismatch etc..) But could not find where this class is located?? I am using .NET framework 2.0, VS 2005 beta1.. Is there any other way to validate xml with schema? REgards. MaulikCE
Hi, The XmlValidatingReader class is obsolete in v2.0. You can read about validating xml in v2.0 here: http://msdn2.microsoft.com/library/hdf992b8.aspx[^] Cheers Phil Hobgen barbari.co.uk Southampton, UK
-
Hi, The XmlValidatingReader class is obsolete in v2.0. You can read about validating xml in v2.0 here: http://msdn2.microsoft.com/library/hdf992b8.aspx[^] Cheers Phil Hobgen barbari.co.uk Southampton, UK
Phil, Thanks for posting the link, meanwhile i have done with XmlValidatingREader. But surprisingly Newer version i.e. XMLReaderSettings is not catching any XML errors, that are caught by XmlValidatingReader. Can you throw some light!!!! REgards. MaulikCE
-
Phil, Thanks for posting the link, meanwhile i have done with XmlValidatingREader. But surprisingly Newer version i.e. XMLReaderSettings is not catching any XML errors, that are caught by XmlValidatingReader. Can you throw some light!!!! REgards. MaulikCE
Hi, Sorry, I haven't started working with it yet. I'd merely made myself a note that XmlValidatingReader will have to be replaced when I move some existing code to v2.0 Good Luck Phil Hobgen barbari.co.uk Southampton, UK