summaryrefslogtreecommitdiff
path: root/tests/REC/test-5.4-3.out
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-07-09 13:59:13 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-07-09 13:59:13 +0000
commit399ff26ba4e515ad84279edda8e173cb5f0b2543 (patch)
tree71fc7bd3b2777dd3f380bbce1b4be4f74565f2e2 /tests/REC/test-5.4-3.out
parent451c656c3b1553c3c7caf4785d67c628bdb8f425 (diff)
downloadlibxslt-399ff26ba4e515ad84279edda8e173cb5f0b2543.tar.gz
libxslt-399ff26ba4e515ad84279edda8e173cb5f0b2543.tar.bz2
libxslt-399ff26ba4e515ad84279edda8e173cb5f0b2543.zip
fixed exclude-result-prefixes handling and how namespaces propagate from
* libxslt/transform.c libxslt/xslt.c libxslt/xsltInternals.h: fixed exclude-result-prefixes handling and how namespaces propagate from the stylesheet to the result in general, this is a serious cleanup. * tests/general/bug-3[67]-inc.xsl tests/general/bug-6-.xsl tests/general/itemschoose.out tests/namespaces/extra.xsl tests/REC/test-10-1.xsl tests/REC/test-10-2.xsl tests/REC/test-11.2-1.xsl tests/REC/test-11.2-2.xsl tests/REC/test-11.2-6.xsl tests/REC/test-15-1.xsl tests/REC/test-16.1-1.xsl tests/REC/test-16.1-2.xsl tests/REC/test-5.4-1.out tests/REC/test-5.4-2.out tests/REC/test-5.4-3.out tests/REC/test-5.4-4.out tests/REC/test-7.1.1-2.out tests/REC/test-7.1.1-2.xsl tests/REC/test-7.1.1-3.out tests/REC/test-7.1.1-3.xsl tests/REC/test-7.1.1.out tests/REC/test-7.1.3.xsl tests/REC/test-7.3.xsl tests/REC/test-7.4.xsl tests/REC/test-7.6.1-1.xsl tests/REC/test-7.6.1-2.xsl tests/REC/test-7.6.1-3.xsl tests/REC/test-7.6.2-1.xsl: fixed and rechecked all the tests where the namespace propagation was wrong either taht the rules were not applied correctly or that superfluous namespaces were declared in the stylesheets Daniel
Diffstat (limited to 'tests/REC/test-5.4-3.out')
-rw-r--r--tests/REC/test-5.4-3.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/REC/test-5.4-3.out b/tests/REC/test-5.4-3.out
index 2e32bff5..fe0af52b 100644
--- a/tests/REC/test-5.4-3.out
+++ b/tests/REC/test-5.4-3.out
@@ -1,4 +1,4 @@
<?xml version="1.0"?>
-<doc>
-<fo:inline-sequence xmlns:fo="http://www.w3.org/1999/XSL/Format">name1name2</fo:inline-sequence>
+<doc xmlns:fo="http://www.w3.org/1999/XSL/Format">
+<fo:inline-sequence>name1name2</fo:inline-sequence>
</doc>