logging_xml » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2018-11-12 | 2020-12-25 | ||
meaningful timestamps (martin) | automatically using target article title for link anchor (martin) | ||
Line 465: | Line 465: | ||
If you want to parse the XML log yourself anyway, see following guides to learn how to do that in different development environments: | If you want to parse the XML log yourself anyway, see following guides to learn how to do that in different development environments: | ||
- | * [[guide_automation_advanced|Guide to advanced scripting]] (Windows script host; Java or VB script); | + | * [[guide_automation_advanced|*]] (Windows script host; Java or VB script); |
- | * [[guide_dotnet|Guide for using WinSCP from .NET]] (.NET; C# or VB.NET); | + | * [[guide_dotnet|*]] (.NET; C# or VB.NET); |
- | * [[guide_interpreting_xml_log|Guide to interpreting XML log for advanced scripting]] (.NET, C#). | + | * [[guide_interpreting_xml_log|*]] (.NET, C#). |
==== [[xslt]] Transforming XML Log to Text Output Using XSLT Transformation ==== | ==== [[xslt]] Transforming XML Log to Text Output Using XSLT Transformation ==== | ||
Line 517: | Line 517: | ||
</code> | </code> | ||
- | For a more complex example, see [[script_custom_listing_format_csv#scripting|Custom directory listing format (CSV)]]. | + | For a more complex example, see [[script_custom_listing_format_csv#scripting|*]]. |