Audit (XmlDoc/XmlNode subroutine)

From m204wiki
Revision as of 00:13, 7 December 2010 by 198.242.244.47 (talk) (Created page with "<span style="font-size:120%; color:black"><b>Display selected subtree on audit trail</b></span> Audit subroutine [[Category:XmlNode methods|Audit subr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Display selected subtree on audit trail

Audit is a member of the XmlDoc and XmlNode classes.

This subroutine displays an XmlDoc subtree in a readable form, useful for debugging, for example. Audit is identical to the Print method (??Print), except the result is sent to the audit trail (like the User Language Audit statement), and the default indentation is one space instead of three.

This method is new in Sirius Mods version 6.7.

Syntax

  Call nr:Audit([Xpath], [options])