我有一个正在创建的 XSL 文档,但是当我尝试使用此处指定的 DateTime 函数时:http: //www.w3schools.com/xpath/xpath_functions.asp
比如dateTime
或者year-from-dateTime
它说它们是无法识别的功能?
以下是我使用的命名空间:
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xheader="http://schemas.microsoft.com/dynamics/2008/01/documents/Message"
xmlns:xsales="http://schemas.microsoft.com/dynamics/2008/01/documents/SalesInvoice"
exclude-result-prefixes="xheader xsales"
>
我目前正在 Visual Studio 中创建 XSL,是否有帮助?