Does MarkLogic provides schematron support?
问题 I am using MarkLogic 8.0-8 version. Is it possible to validate an XML using schematron? Please help me with an example. 回答1: Yes, as of MarkLogic 9.0.7, there is built-in support for Schematron. http://docs.marklogic.com/schematron To use the schematron XQuery library module as part of your own XQuery module, include the following lines in your XQuery prolog: import module namespace schematron = "http://marklogic.com/xdmp/schematron" at "/MarkLogic/schematron/schematron.xqy"; For more