Moduleurn:org:ten60:netkernel:ext:sys
The
base64encode
accessor is exported by the urn:org:ten60:netkernel:ext:sys module.
Import this module to gain access to the accessor.
Syntax
Argument | Rules | Description | operand | Mandatory | the resource to be encoded (decoded) |
Example UsageDPML<instr> <type>base64encode</type> <operand>somefile.txt</operand> <target>this:response</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:base64encode");
req.addArgument("operand", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |