Syntax
Argument | Rules | Description | operand | Mandatory | the resource containing a URI | operator | Mandatory | a canonical XPath document |
Example UsageDPML<instr> <type>xpur</type> <operand>foo.xml</operand> <operator> <xpath>/path/to/uri</xpath> </operator> <target>var:uri</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:xpur");
req.addArgument("operand", [resource representation, aspect, or URI] );
req.addArgument("operator", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |