2 responses to “Convert-Xml with XSLT in PowerShell”

  1. Francis Norton

    Thanks – most useful.

    I assume

    $script:xslt = new-object system.xml.xsl.xslcompiledtransfrm

    should be

    $script:xslt = new-object system.xml.xsl.xslcompiledtransform