schematron.delete( schematron-uri as String ) as null
This function deletes the Schematron schema from the schema database and, if found, the validator XSLT from the modules database.
Parameters | |
---|---|
schematron-uri | The URI of the Schematron schema in the schema database. |
const schematron = require("/MarkLogic/schematron/schematron.xqy"); schematron.delete("/requestSchema.sch") ==> null
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.