exsl:date-year in OS X

前端 未结 1 803
野趣味
野趣味 2021-01-23 09:48

As mentioned in this question, I am trying to transform my input xml document using Perl and libXSLT. However, when I try to run the same Perl script on OS X with little additio

相关标签:
1条回答
  • 2021-01-23 10:25

    You must declare date as extension element too:

    extension-element-prefixes="exsl date"
    

    Your declared xalan namespace probably will not be necessary when using libxslt. Otherwise that would probably have to be added to the extension-element-prefixes also.

    0 讨论(0)
提交回复
热议问题