Differences
This shows you the differences between the selected revisions of the page.
2018-03-04 | 2018-06-27 | ||
modern documentation for cscript/wscript (martin) | link update (martin) | ||
Line 50: | Line 50: | ||
==== [[wsh_xml_parsing]] XML parsing ==== | ==== [[wsh_xml_parsing]] XML parsing ==== | ||
- | You can use ''[[msdn>ms756987|MSXML2.DOMDocument]]'' object to parse [[logging_xml|XML log]] produced by WinSCP. The following example follows up to the previous one (which starts session with XML logging and lists contents of initial directory): | + | You can use ''[[https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ms756987(v=vs.85)|MSXML2.DOMDocument]]'' object to parse [[logging_xml|XML log]] produced by WinSCP. The following example follows up to the previous one (which starts session with XML logging and lists contents of initial directory): |
<code javascript> | <code javascript> | ||
// parse XML log file | // parse XML log file |