diff options
| author | Sascha Schumann <sas@php.net> | 2003-06-24 13:56:57 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2003-06-24 13:56:57 +0000 |
| commit | e1a9dd289afc0a056865dff95fc356444af6744c (patch) | |
| tree | 081db0cd69edb1cd04ccdb84d9fe4d3e174dd97d /ext/xslt/tests/args.xsl | |
| parent | 6b5b6079da8af0e3b7d3bba2f26854ac8d05885d (diff) | |
| download | php-git-e1a9dd289afc0a056865dff95fc356444af6744c.tar.gz | |
Empty HEAD of domxml, hyperwave, xslt
Diffstat (limited to 'ext/xslt/tests/args.xsl')
| -rwxr-xr-x | ext/xslt/tests/args.xsl | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/xslt/tests/args.xsl b/ext/xslt/tests/args.xsl deleted file mode 100755 index 4ff140c777..0000000000 --- a/ext/xslt/tests/args.xsl +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> - <xsl:output encoding="ISO-8859-1" method="text" omit-xml-declaration="yes" /> - <xsl:template match="/qa"> - <xsl:apply-templates select="test" /> - </xsl:template> - <xsl:template match="test[@type = 'simple']"> - <xsl:value-of select="." /> - </xsl:template> -</xsl:stylesheet> |
