XDT is Microsoft's Xml Document Transformation library.
This site is the home of the XDT source code. Visit
MSDN to learn about the
xdt:Transform and
xdt:Locator attributes that you can use in Web.config transform files. To use the XDT library in your own application, the
Microsoft.Web.Xdt package is available on
nuget.org (currently in pre-release).
Source Code
You can browse the source code via the
web or use
git to clone the source repository.
git clone https://git01.codeplex.com/xdt
To build from a command prompt, simply run MSBuild from the root directory.
MSBuild Microsoft.Web.XmlTransform.sln
The XDT project does not accept contributions. This site is not monitored for issue tracking or discussions. The source code is published as-is with no warranty and is licensed under
Apache License 2.0.