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