Differences

This shows you the differences between the selected revisions of the page.

2024-10-07 2024-10-07
link update (martin) XslCompiledTransform (martin)
Line 519: Line 519:
xsltproc.exe download.xslt log.xml xsltproc.exe download.xslt log.xml
</code> </code>
 +  * .NET [[dotnet>system.xml.xsl.xslcompiledtransform|''XslCompiledTransform'' class]], e.g. from PowerShell: \\ <code powershell>
 +$xslt = New-Object System.Xml.Xsl.XslCompiledTransform
 +$xslt.Load("download.xslt")
 +$xslt.Transform("log.xml", "download.txt")</code>
The output will be: The output will be:

Last modified: by martin