I am parsing (validating) an xml document against a schema file using MSXML4.0 and ASP.
Is it possible to capture all the errors that the xml doc has against the schema?
I tried doing "on error resume next" but still it brings only the first error and halts
there.
could someone help me out with ideas?
Is it possible to capture all the errors that the xml doc has against the schema?
I tried doing "on error resume next" but still it brings only the first error and halts
there.
could someone help me out with ideas?