XSL可以只使用返回字符串的PHP函数吗?

时间:2011-09-25 00:56:53

标签: php arrays function xslt php-extension

为什么这不起作用? XSL可以只使用返回字符串的PHP函数吗?

  <xsl:if test="string-length(substring-before(TipoImm, '/')) &gt; 0">
    <xsl:element name="test">
      <xsl:value-of select="php:functionString('implode',
            (php:function('explode', TipoImm, '/')), '-')" />
    </xsl:element>
  </xsl:if>

1 个答案:

答案 0 :(得分:0)

不,你也可以返回DOMDocument或基本上任何DOMNode派生物。