I have an xml file that will have different values depending on the environment that it is deployed to. So far I have installed Slow Cheetah and it allowed me to do a transform on the xml file however I am not sure what syntax to use since it is different from a config file.
Here is what I have so far: AppConfig.Dev.xml
<?xml version="1.0" encoding="utf-8" ?>
<!-- For more information on using transformations
see the web.config examples at http://go.microsoft.com/fwlink/?LinkId=214134. -->
<config xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<application name="HSMED">
<appHost>dev</appHost> //not sure how to specify transform
</application>
</config>