logging_xml » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2009-04-14 | 2009-04-14 | ||
guide_automation_advanced for xml parsing (martin) | Interpreting/Parsing section (martin) | ||
Line 26: | Line 26: | ||
The ''session'' element includes [[logging_xml#elements|child elements]], where each element represents single log entry, i.e. single physical operation with remote file over the logical session. | The ''session'' element includes [[logging_xml#elements|child elements]], where each element represents single log entry, i.e. single physical operation with remote file over the logical session. | ||
- | |||
- | To parse the XML log, use any XML parser available. See guide to [[guide_automation_advanced|advanced scripting]] to learn how to use Windows script host to parse XML log. | ||
===== [[operations]] Representing Operations in Log ===== | ===== [[operations]] Representing Operations in Log ===== | ||
Line 319: | Line 317: | ||
</session> | </session> | ||
</code> | </code> | ||
+ | |||
+ | ===== Interpreting/Parsing ===== | ||
+ | To parse the XML log, use any XML parser available. See guide to [[guide_automation_advanced|advanced scripting]] to learn how to use Windows script host to parse XML log. | ||