Moduleurn:org:ten60:netkernel:ext:xml:ura
The
resolveURI
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 relative canonical URI to resolve | operator | Mandatory | the absolute canonical URI to resolve against | param | Optional | optional URIs document to append to |
Example UsageDPML<instr> <type>resolveURI</type> <operand> <uri>foo.xml</uri> </operand> <operator> <uri>file:/base/path/</uri> </operator> <target>var:resolveduri</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:resolveURI");
req.addArgument("operand", [resource representation, aspect, or URI] );
req.addArgument("operator", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |