Moduleurn:org:ten60:netkernel:ext:xml:ura
The
validateSchematron
accessor is exported by the urn:org:ten60:netkernel:ext:xml:ura module.
Import this module to gain access to the accessor.
SyntaxURI | active:validateSchematron |
Argument | Rules | Description | operand | Mandatory | the resource to be validated | operator | Mandatory | the resource holding the Schematron schema |
Example UsageDPML<instr> <type>validateSchematron</type> <operand>foo.xml</operand> <operator>bar.xml</operator> <target>this:response</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:validateSchematron");
req.addArgument("operand", [resource representation, aspect, or URI] );
req.addArgument("operator", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |