summaryrefslogtreecommitdiff
path: root/src/lxml/tests/test_xslt.py
diff options
context:
space:
mode:
authorscoder <none@none>2008-03-02 09:31:44 +0100
committerscoder <none@none>2008-03-02 09:31:44 +0100
commitbfde070d6f9006fa8af6d01c56faa6e9004cd200 (patch)
treee8b06584fbd3b7e938370f0a36e64bc40547b16c /src/lxml/tests/test_xslt.py
parent38cbbd6f55027c1b992e4d4a593932dfbacd5253 (diff)
downloadpython-lxml-bfde070d6f9006fa8af6d01c56faa6e9004cd200.tar.gz
[svn r3373] r3669@delle: sbehnel | 2008-03-02 08:56:21 +0100
r3659@delle: sbehnel | 2008-03-02 08:40:19 +0100 cleanup --HG-- branch : trunk
Diffstat (limited to 'src/lxml/tests/test_xslt.py')
-rw-r--r--src/lxml/tests/test_xslt.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lxml/tests/test_xslt.py b/src/lxml/tests/test_xslt.py
index 6a1138da..44d9539b 100644
--- a/src/lxml/tests/test_xslt.py
+++ b/src/lxml/tests/test_xslt.py
@@ -635,8 +635,7 @@ class ETreeXSLTTestCase(HelperTestCase):
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:myns="testns"
- extension-element-prefixes="myns"
- exclude-result-prefixes="myns">
+ extension-element-prefixes="myns">
<xsl:template match="a">
<A><myns:myext><x>X</x><y>Y</y><z/></myns:myext></A>
</xsl:template>
@@ -658,8 +657,7 @@ class ETreeXSLTTestCase(HelperTestCase):
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:myns="testns"
- extension-element-prefixes="myns"
- exclude-result-prefixes="myns">
+ extension-element-prefixes="myns">
<xsl:template match="a">
<A><myns:myext><x>X</x><y>Y</y><z/></myns:myext></A>
</xsl:template>