Moduleurn:org:ten60:netkernel:mod:db
The
SQLEscapeXML
accessor is exported by the urn:org:ten60:netkernel:mod:db module.
Import this module to gain access to the accessor.
Syntax
Argument | Rules | Description | operand | Mandatory | the URI of the XML resources |
Example UsageDPML<instr> <type>SQLEscapeXML</type> <operand>var:myxml</operand> <target>var:escaped</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:SQLEscapeXML");
req.addArgument("operand", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |