XHTMLTidyXHTMLTidy
XHTML
Home > Books > NetKernel API and Services Reference > Accessor Listing > XHTML Utilities > XHTMLTidy

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Module

urn: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

URI
active:XHTMLTidy

ArgumentRulesDescription
operandMandatory Resource to be converted/tidyed

Example Usage

DPML

<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

The XHTMLTidy accessor will convert an HTML resource to XHTML - it is based on the W3C HTML Tidy library.
© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.