
Hi,
I am using WPF SyntaxEditor with add-on pack to provide an editor for XML documents using my own XSD. This is working well.
The editor displays any errors found in the XML document (with squiggly lines)
How can I get the error information from the parse? I want to display a list of the error messages if the user tries to save.
Thanks,