How do I profile and optimize an XSLT?

前端 未结 4 1699
长发绾君心
长发绾君心 2020-12-07 18:09

I have an XSLT for viewing XML files in the browser. The XSLT is naively written and currently takes a long time to execute (several minutes).

My XML file is of mod

4条回答
  •  天命终不由人
    2020-12-07 18:39

    The commercial Oxygen XML editor has a feature for profiling and debugging XSLT files. It's a good XML editor, too.

提交回复
热议问题