C# validate XML document case insenstive

Carebear

New Member
Using xmlreader to validate an xml is always case senstive, is it possible to have a case insensetive validation? i.e. if the element name in the schema is 'FirstName', the xml with name 'Firstname' should be validated.
 
Back
Top