作成中の 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 を作成しています。