xmltidyxmltidy
Creates a tidily formatted and indented XML document
Home > Books > NetKernel API and Services Reference > Accessor Listing > XML Accessors > xmltidy

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


Module

urn:org:ten60:netkernel:ext:xml:ura

The xmltidy accessor is exported by the urn:org:ten60:netkernel:ext:xml:ura module. Import this module to gain access to the accessor.

Syntax

URI
active:xmltidy

ArgumentRulesDescription
operandMandatory Fragment OKinput document

Example Usage

DPML

<instr>
  <type>xmltidy</type>
  <operand>input.xml</operand>
  <target>output.xml</target>
</instr>

NetKernel Foundation API

req=context.createSubRequest("active:xmltidy");
req.addArgument("operand", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req);

Purpose

The xmltidy accessor takes an XML document and trims all whitespace nodes from the document. It then adds whitespace to indent the XML in a way which looks tidy to a human eye.

© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.