Logging with XSLT

后端 未结 6 1884
逝去的感伤
逝去的感伤 2021-02-06 02:37

How and where could I output log messages for debug and performance purposes during an XSLT transformation?

I guess the simplest method is using express

6条回答
  •  攒了一身酷
    2021-02-06 03:18

    Modifying your XSLT itself for the purposes of logging is inevitably going to impact on performance, you're probably better off using an external tool. There are a few available depending on what you're working with:

    • Stylus Studio
    • Visual Studio
    • Altova XMLSpy

提交回复
热议问题