diff options
| author | Christian Stocker <chregu@php.net> | 2003-11-29 13:01:19 +0000 |
|---|---|---|
| committer | Christian Stocker <chregu@php.net> | 2003-11-29 13:01:19 +0000 |
| commit | 38b12e7f97d38bd94f102a5278bbea65027d735c (patch) | |
| tree | e4e8893ee8017f0c8dc17f6ec6ec07388600783d /ext/xsl/tests/xslt011.xsl | |
| parent | 2ff82ae2ed3e0132345043b978191b14520c734b (diff) | |
| download | php-git-38b12e7f97d38bd94f102a5278bbea65027d735c.tar.gz | |
fixed wrong check
Diffstat (limited to 'ext/xsl/tests/xslt011.xsl')
| -rw-r--r-- | ext/xsl/tests/xslt011.xsl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/xsl/tests/xslt011.xsl b/ext/xsl/tests/xslt011.xsl index f6da07b266..2d5773f962 100644 --- a/ext/xsl/tests/xslt011.xsl +++ b/ext/xsl/tests/xslt011.xsl @@ -8,5 +8,14 @@ <xsl:text> </xsl:text> <xsl:value-of select="php:function('foobar', /doc/@id)"/> +<xsl:text> +</xsl:text> +<xsl:value-of select="php:function('nodeSet')"/> +<xsl:text> +</xsl:text> +<xsl:value-of select="php:function('nodeSet',/doc)/i"/> +<xsl:text> +</xsl:text> +<xsl:value-of select="php:function('nonDomNode')"/> </xsl:template> </xsl:stylesheet> |
