XPath和XSLT中数学函数的命名空间是什么?

时间:2014-09-28 07:07:00

标签: xml xslt xpath

XPath定义 some mathematical functions。这些函数带有前缀math:。我想知道' math'的名称空间是什么。事实证明,我无法在XMLSpy中执行以下XSLT:

<xsl:stylesheet version="3.0"
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   <xsl:template match="/">
      <xsl:value-of select="pi()"/>
   </xsl:template>
</xsl:stylesheet>

1 个答案:

答案 0 :(得分:1)

in the same document定义为http://www.w3.org/2005/xpath-functions/math