Skip to content

Instantly share code, notes, and snippets.

View luuksommers's full-sized avatar

Luuk Sommers luuksommers

View GitHub Profile
@luuksommers
luuksommers / transform-xml.ps1
Created May 25, 2018 11:39 — forked from sayedihashimi/transform-xml.ps1
Script which can be used to transform an XML file using XDT. All you need to do is download the script and call it. The script will download the files it needs to run.
<#
.SYNOPSIS
You can use this script to easly transform any XML file using XDT.
To use this script you can just save it locally and execute it. The script
will download it's dependencies automatically.
#>
[cmdletbinding()]
param(
[Parameter(
Mandatory=$true,