Hello,
I have code created with .net 1.0 and migrated to 3.5.
Form 2.0 the XslTransform class is obsolete and the vs2008 compiler
generates warnings that these classes are absolete suggesting to use
XslCompiledTran sform.
But all this was rendered using an Xml control and I can't find a way to
relate this control to an XslCompiledTran sform ?
Any help appreciated to solve this migration pb.
CS
I have code created with .net 1.0 and migrated to 3.5.
Form 2.0 the XslTransform class is obsolete and the vs2008 compiler
generates warnings that these classes are absolete suggesting to use
XslCompiledTran sform.
But all this was rendered using an Xml control and I can't find a way to
relate this control to an XslCompiledTran sform ?
Any help appreciated to solve this migration pb.
CS
Comment