标签: c# xslt
我无法在xslt中使用current-dateTime函数。这就是我的样式表声明的样子。
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >
每次编译时都会收到current-dateTime不是XSLT函数的错误
这就是我调用函数的方式。
<xsl:variable name="currentTime" select="current-dateTime()" />
答案 0 :(得分:3)
如上所述,.net框架不支持XSLT 2.0。执行自定义函数的一种解决方案是使用Xslt Extension Objects