Posted 11 years ago by Mr Cook
Version: 12.2.0571
Avatar

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,

Comments (1)

Answer - Posted 11 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hello, the IXmlParseData object that will be in the document's ParseData property implements IParseErrorProvider so it has an Errors collection in it.


Actipro Software Support

The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.