分析 xsl 性能
我一直在研究 xslt 的分析,并在 Visual Studio 2010 中遇到了 XSLT 分析器。
我遇到的问题是我的 xsl 分布在许多模板和数百个文件中。当我针对 xsl 文件运行探查器时,它会抛出错误,指出模板不存在或变量/参数尚未设置。这些都可以在项目的其他 xsl 文件中找到。
有谁知道我如何才能使其适合我目前的情况或推荐任何其他方法?
提前致谢
I have been looking into profiling of xslt and have come across the XSLT profilier in Visual Studio 2010.
The problem I am having is that my xsl is spread across many templates and across hundreds of files. When I run the profiler against an xsl file it is throwing error, saying that templates do not exist or variables/parameters have not been set. These are all found in other xsl files from the project.
Does anyone know how I could get this working with my current situation or recommend any other methods?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我对 VS 中的探查器一无所知,但您可以尝试 Saxon 中的探查器: http://www.saxonica.com/documentation/using-xsl/performanceanalysis.xml
I don't know anything about the profiler in VS but you could try the one in Saxon: http://www.saxonica.com/documentation/using-xsl/performanceanalysis.xml