During a Visual Studio build, I need to have an XML file generated from another XML file. It is obvious to me an XSLT template and transform is exactly what I need.
The
If you're using VS2010 you can use the built-in XslTransformation task of MSBuild 4 in a post build step.