XSLT 1.0 Get Current DateTime

前端 未结 3 2038
栀梦
栀梦 2020-12-10 12:26

I have a node in my XML file containing the following:

2011-12-01T16:33:33Z

I wish to take this line and replace it w

3条回答
  •  北海茫月
    2020-12-10 12:49

    It's better to pass current datetime from your XML engine. Declare in your xsl:stylesheet, and pass the value from processor.

提交回复
热议问题