I am building an XML validator using C# VS 2010. I am able to validate the xml document using the validator tool which I developed(I use an external DTD for validation), but it stops validations at the first error(Its an expected behaviour). I want it to validate the whole XML document and sum up all the errors. How do I implement this feature?
No comments:
Post a Comment