为什么这不起作用? XSL可以只使用返回字符串的PHP函数吗?
<xsl:if test="string-length(substring-before(TipoImm, '/')) > 0">
<xsl:element name="test">
<xsl:value-of select="php:functionString('implode',
(php:function('explode', TipoImm, '/')), '-')" />
</xsl:element>
</xsl:if>
答案 0 :(得分:0)
不,你也可以返回DOMDocument或基本上任何DOMNode派生物。