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