diff options
author | Kasimier T. Buchcik <kbuchcik@src.gnome.org> | 2006-03-30 15:31:11 +0000 |
---|---|---|
committer | Kasimier T. Buchcik <kbuchcik@src.gnome.org> | 2006-03-30 15:31:11 +0000 |
commit | 63b4680f80e4611c5ee396b342b3d0305df4fb6d (patch) | |
tree | 225b6a7f6ed1a54dbb3ab15d2ab44ba5b775aabc /tests/namespaces | |
parent | ea9ed33cc885dfde09b82e0cf1e80dba96ebf11b (diff) | |
download | libxslt-63b4680f80e4611c5ee396b342b3d0305df4fb6d.tar.gz libxslt-63b4680f80e4611c5ee396b342b3d0305df4fb6d.tar.bz2 libxslt-63b4680f80e4611c5ee396b342b3d0305df4fb6d.zip |
Fixed regression tests wrt usage of the attributes
* tests/general/bug-36-inc.xsl tests/general/bug-37-inc.xsl
tests/general/bug-65-inc.xsl tests/general/bug-100.xsl
tests/REC/test-15-1.xsl tests/REC/test-7.1.1-3.xsl
tests/namespaces/extra2.xsl tests/extensions/module.xsl
tests/plugins/plugin.xsl python/tests/extelem.py
python/tests/extfunc.py: Fixed regression tests wrt
usage of the attributes "exclude-result-prefixes"
and "extension-element-prefixes". test-7.1.1-3.xsl fails
now, since the code still does not exclude ns-decls
correctly.
Diffstat (limited to 'tests/namespaces')
-rw-r--r-- | tests/namespaces/extra2.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/namespaces/extra2.xsl b/tests/namespaces/extra2.xsl index 237d9a88..52b63c8a 100644 --- a/tests/namespaces/extra2.xsl +++ b/tests/namespaces/extra2.xsl @@ -2,7 +2,7 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/xhtml1/strict" xmlns:libxml="http://xmlsoft.org/XSLT/namespace" - xsl:extension-element-prefixes="libxml"> + extension-element-prefixes="libxml"> <xsl:template match="/"> <libxml:debug/> |