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