If you need to validate the edited document with a validation engine that is different from
the built-in engine, you can configure external validators in the Oxygen XML Editor
preferences. After a custom validation engine is properly configured, it can be
applied on the current document by selecting it from the list of custom validation engines in
the
Validation toolbar drop-down menu. The document is validated against the
schema declared in the document.
Some validators are configured by default but there are third party processors which do not support the output message format of Oxygen XML Editor for linked messages:
For validation against an external DTD specified by URI in the XML document, add the --dtdvalid ${ds} parameter manually to the DTD validation command line. ${ds} represents the detected DTD declaration in the XML document.
Unimplemented block at ... xmlschema.c
To avoid these errors, specify the full path to the LIBXML executable file.
A custom validator cannot be applied on files loaded through an Oxygen XML Editor custom protocol plugin developed independently and added to Oxygen XML Editor after installation.