I am writing dot net code within my XSLT. It gives me below error when I call any namespace OR write "using" directive within XSLT.
Error- "Could not recognize 'com.myassembly' "
Is it possible to use any assembly within xslt?
I am writing dot net code within my XSLT. It gives me below error when I call any namespace OR write "using" directive within XSLT.
Error- "Could not recognize 'com.myassembly' "
Is it possible to use any assembly within xslt?
It is possible, and you need to use extension objects - you will have to pass these in to the xslt processor before you can use them in the xsl file.
See the examples here.