validating xmlfile with xsd
iam validating xml file with xsd usingXmlValidatingReader in that it is validating successfully. But the problem is it is showing same error for all the validation errors that is"element has an invalid value according to its data type" . Now the problem is i want to know that what datatype error is that one like maxoccur error ,maxlength . i want to show that what type of error is that according to the attribute in xsd .
iam doing this in .net1.1
plz any one now the solution plz send me the solution it is very urgent
thanks
phanikumar

