I’ve been having to perform changes to a handful of xml configuration files which is tedious and error prone. I was wondering if there was a tool available like the web.config transformation tool that I could use to transform regular xml with.
I’ve been having to perform changes to a handful of xml configuration files which
Share
A great tool for changing xml files is XSLT. Unfortunately, I’m not familiar with the web.config transformation tool, so I can not say if they are similar.