xslt-Profiler を使用して Visual studio-2012 で xslt 2.0 を使用してパフォーマンス数値を取得する予定です。しかし、私は得てSystem.Xml.Xsl.XslTransformException: 'result-document' is not a recognized extension element
います。
どうすればこれを達成できますか?
xslt-Profiler を使用して Visual studio-2012 で xslt 2.0 を使用してパフォーマンス数値を取得する予定です。しかし、私は得てSystem.Xml.Xsl.XslTransformException: 'result-document' is not a recognized extension element
います。
どうすればこれを達成できますか?
MicrosoftXslCompiledTransform
は XSLT 1.0 プロセッサです。サードパーティによる XSLT 2.0 プロセッサについては、 https://stackoverflow.com/tags/xslt-2.0/infoを参照してください。