Audit (XmlDoc/XmlNode subroutine): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 1: Line 1:
<span style="font-size:120%; color:black"><b>Display selected subtree on audit trail</b></span>
{{Template:XmlDoc/XmlNode:Audit subtitle}}
[[Category:XmlDoc methods|Audit subroutine]]
[[Category:XmlDoc methods|Audit subroutine]]
[[Category:XmlNode methods|Audit subroutine]]
[[Category:XmlNode methods|Audit subroutine]]
Line 18: Line 18:


This method is new in ''Sirius Mods'' version 6.7.
This method is new in ''Sirius Mods'' version 6.7.
===Syntax===
==Syntax==
   Call nr:Audit([Xpath], [options])
   Call nr:Audit([Xpath], [options])

Revision as of 16:57, 22 January 2011

Display selected subtree on audit trail (XmlDoc and XmlNode classes)

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, 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])