A. Clarke wrote: > > I have a really complex validation task that I do not think I can implement > using Schematron. I can however write a stylesheet to generate the SVRL that > Schematron generates
You mean that Schematron having queryBinding="xslt" is not powerful enough, while your XSLT stylesheet (written by hand or compiled out of a Schematron having queryBinding="xslt2") is. > - is it possible to load this user-generated SVRL into the XMLmind > validation window? > No, sorry but there is no way to do that without writing an extension in Java. When a technology like Schematron is not sufficient, it's always possible to write a validateHook in Java. And a validateHook may of course add messages to the Diagnostics pane. In a nutshell, it's possible to cleanly and easily integrate the most advanced validators to XMLmind XML Editor, provided that you wrap them in validateHooks. Of course, behind the scene, a validateHook is wrapped around our native Schematron validation engine. References: * http://www.xmlmind.com/xmleditor/_distrib/doc/configure/validateHook.html * http://www.xmlmind.com/xmleditor/_distrib/doc/dev/validatehook.html -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

