Moduleurn:org:ten60:netkernel:ext:xrl
The
mapper-export
accessor is exported by the urn:org:ten60:netkernel:ext:xrl module.
Import this module to gain access to the accessor.
Syntax
Argument | Rules | Description | operator | Mandatory | the base uri to export the content to | operand | Mandatory | the links document |
Example UsageDPML<instr> <type>mapper-export</type> <operand>links.xml</operand> <operator>file:/tmp/mysite/</operator> <target>this:response</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:mapper-export");
req.addArgument("operator", [resource representation, aspect, or URI] );
req.addArgument("operand", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |