I have XMLs in database table that need to transform updating values, simple changes, depending on certain conditions.
Did my research but only found tools/plug-ins to apply to Web.Config or App.Config:
http://visualstudiogallery.msdn.microsoft.com/69023d00-a4f9-4a34-a6cd-7e854ba318b5
I could use XSLT but XDT seems ideal, simpler, but how can I use it inside my C# project?
Thanks
At the end found a nice piece of code that does what I wanted:
http://petemontgomery.wordpress.com/2010/09/20/microsoft-xdt-language/