HI All,
For certain perfomance improvements , my project needs to migrate from using the XSLTransform class to the XSLCompiledTrns form Class for xsl transformations .
This migration requires many changes in functions that are written inside the msxml:script block. We are facing many syntactical problems while rewritting those functions.
Anybody knows any possible way to avoid such rewriting of the msxml:script functions.
Any help will be appriciated. Thanks a lot in advance.
For certain perfomance improvements , my project needs to migrate from using the XSLTransform class to the XSLCompiledTrns form Class for xsl transformations .
This migration requires many changes in functions that are written inside the msxml:script block. We are facing many syntactical problems while rewritting those functions.
Anybody knows any possible way to avoid such rewriting of the msxml:script functions.
Any help will be appriciated. Thanks a lot in advance.
Comment