I'm in a catch 22...
XslTransform class is deprecated but System.Web.UI.WebControls.Xml wants one! How to proceed?
Since the class XslTransform has been marked deprecated in version 2.0
I went ahead and used the proposed class XslCompiledTransform instead.
But figure my surprice when I want to use this in combination with the Xml web control.
I can't figure out how to do it!
Any hints appretiated.