tags:

views:

31

answers:

0

I am writing a program that reads and validates a XML file.

It should correct the XML file and fix immediately the error if a XmlSchemaValidationException is thrown.

I am doing it with XmlReader.

What kind of procedure should I apply?