how to find the current date in XSLT 1.0

后端 未结 2 478
南旧
南旧 2020-11-30 15:21

I am finding trouble in retrieving the current date in my XSLT code. I am using version 1.0 and MSXSL.exe application to trigger my xslt code. I tried using the following

2条回答
  •  广开言路
    2020-11-30 16:09

    With MSXML you can use extension functions done in JScript or VBScript, see http://www.exslt.org/date/functions/date-time/index.html for details and an implementation http://www.exslt.org/date/functions/date-time/date.msxsl.xsl which should work with MSXML.

提交回复
热议问题