Fixed incorrect regression tests/results.
authorKasimier T. Buchcik <kbuchcik@src.gnome.org>
Wed, 21 Jun 2006 13:16:57 +0000 (13:16 +0000)
committerKasimier T. Buchcik <kbuchcik@src.gnome.org>
Wed, 21 Jun 2006 13:16:57 +0000 (13:16 +0000)
* tests/docs/bug-54.xml tests/general/bug-54.out
  tests/general/bug-99.out tests/general/bug-136.out
  tests/REC/test-7.1.3.xsl tests/REC/test-7.1.4.xsl
  tests/REC/test-7.3.xsl tests/REC/test-7.4.xsl:
  Fixed incorrect regression tests/results.

ChangeLog
tests/REC/test-7.1.3.xsl
tests/REC/test-7.1.4.xsl
tests/REC/test-7.3.xsl
tests/REC/test-7.4.xsl
tests/docs/bug-54.xml
tests/general/bug-136.out
tests/general/bug-54.out
tests/general/bug-99.out

index 2690b16..5c46b20 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Wed Jun 21 15:13:27 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
+
+       * tests/docs/bug-54.xml tests/general/bug-54.out
+         tests/general/bug-99.out tests/general/bug-136.out
+         tests/REC/test-7.1.3.xsl tests/REC/test-7.1.4.xsl
+         tests/REC/test-7.3.xsl tests/REC/test-7.4.xsl:
+         Fixed incorrect regression tests/results.
+
 Mon Jun 19 13:33:50 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
 
        * libxslt/attributes.c libxslt/attrvt.c libxslt/namespaces.c
index 36d5b75..f04f509 100644 (file)
@@ -1,9 +1,6 @@
 <xsl:stylesheet
   version="1.0"
-  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-  xmlns:axsl="http://www.w3.org/1999/XSL/TransformAlias">
-
-<xsl:namespace-alias stylesheet-prefix="axsl" result-prefix="xsl"/>
+  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
 <xsl:template match="doc">
 <doc>
index 88c61b9..ab0e768 100644 (file)
@@ -1,10 +1,7 @@
 <xsl:stylesheet
   version="1.0"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-  xmlns:fo="http://www.w3.org/1999/XSL/Format"
-  xmlns:axsl="http://www.w3.org/1999/XSL/TransformAlias">
-
-<xsl:namespace-alias stylesheet-prefix="axsl" result-prefix="xsl"/>
+  xmlns:fo="http://www.w3.org/1999/XSL/Format">
 
 <xsl:template match="chapter/heading">
   <fo:block quadding="start" xsl:use-attribute-sets="title-style">
index 2f5675c..dbf54d0 100644 (file)
@@ -1,9 +1,6 @@
 <xsl:stylesheet
   version="1.0"
-  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-  xmlns:axsl="http://www.w3.org/1999/XSL/TransformAlias">
-
-<xsl:namespace-alias stylesheet-prefix="axsl" result-prefix="xsl"/>
+  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
 <xsl:template match="doc">
 <doc>
index 8e9cdff..08dbbe3 100644 (file)
@@ -1,9 +1,6 @@
 <xsl:stylesheet
   version="1.0"
-  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-  xmlns:axsl="http://www.w3.org/1999/XSL/TransformAlias">
-
-<xsl:namespace-alias stylesheet-prefix="axsl" result-prefix="xsl"/>
+  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
 <xsl:template match="doc">
 <doc>
index bf13d1c..188b15a 100644 (file)
@@ -1,5 +1,2 @@
 <?xml version="1.0"?>
-<all>
-<one xmlns="http://www.test1.com">1</one>
-<two xmlns="http://www.test2.com">2</two>
-</all>
+<all><one xmlns="http://www.test1.com"></one><two xmlns="http://www.test2.com"></two></all>
index 8016df3..c093755 100644 (file)
@@ -1,4 +1,4 @@
 <?xml version="1.0"?>
 
- <ns1:foobar xmlns:ns1="http://some/namespace/uri"/>
+ <foobar xmlns="http://some/namespace/uri"/>
 
index cd6ab81..cde276f 100644 (file)
@@ -1,5 +1,2 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<root xmlns:libxslt="http://xmlsoft.org/XSLT/namespace" xmlns:test1="http://www.test1.com" xmlns:test2="http://www.test2.com" xmlns="http://www.test1.com">
-
-
-</root>
+<root xmlns:libxslt="http://xmlsoft.org/XSLT/namespace" xmlns:test1="http://www.test1.com" xmlns:test2="http://www.test2.com"/>
index 70c32f2..724bad5 100644 (file)
@@ -1,2 +1,2 @@
 <?xml version="1.0"?>
-<doc xmlns="ns1" xmlns:ns1="ns1" ns1:attr="foo!"/>
+<doc xmlns="ns1" xmlns:ns_1="ns1" ns_1:attr="foo!"/>