Search code examples
c#xsltxdt-transform

Is it possible to use XDT inside C# projects?


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://ctt.codeplex.com/

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


Solution

  • At the end found a nice piece of code that does what I wanted:

    http://petemontgomery.wordpress.com/2010/09/20/microsoft-xdt-language/

    http://code.google.com/p/xdt/