Moduleurn:org:ten60:netkernel:ext:dpml
The
dpml
accessor is exported by the urn:org:ten60:netkernel:ext:dpml module.
Import this module to gain access to the accessor.
Syntax
Argument | Rules | Description | operand | Mandatory | the DPML script to execute | operator | Optional | a resource to specify the execution context | param | Optional | resource to pass as a parameter to the script |
Example UsageDPML<instr> <type>dpml</type> <operand>foo.idoc</operand> <target>var:barvar</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:dpml");
req.addArgument("operand", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |