When I try to convert the project to .NET 2.0 I have a problem because the XSLTransform class is deprecated. The new class that replaced it is XSLCompiledTransform.
I have included the xslt file(default.xslt), the XML document(cx.config) and the c# code. XmlXslTransforer.cs is the class code that needs to use the new xslcompiledtransform class.
The "result" string in the XmlXslTransforer.cs sample class will contain the end result of the transform.
It should contain table/asp/html code with several controls
I think the problem is a security issue but have not had any luck fixing it with the new class.