logging_xml » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2020-12-25 | 2021-02-22 | ||
automatically using target article title for link anchor (martin) | Microsoft msxsl.exe deprecated + correcting msxsl commandline + Libxml2 xsltproc (martin) | ||
Line 504: | Line 504: | ||
</code> | </code> | ||
- | You can execute it using any %%XSLT%% processor, e.g. ''[[https://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=21714|msxsl.exe]]'': | + | You can execute it using any %%XSLT%% processor: |
- | <code> | + | * Microsoft ''msxsl.exe'' (deprecated, but [[https://web.archive.org/web/20200202112313/https://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=21714|available from Internet Archive]]): \\ <code> |
- | msxsl.exe log.xml download.xsl | + | msxsl.exe log.xml download.xslt |
+ | </code> | ||
+ | * [[http://xmlsoft.org/|Libxml2]] ''xsltproc.exe'': \\ <code> | ||
+ | xsltproc.exe download.xslt log.xml | ||
</code> | </code> | ||