zongaro 2003/07/07 08:42:16
Modified: test/tests/conf/namespace namespace100.xsl namespace55.xsl
namespace62.xsl namespace63.xsl namespace68.xsl
namespace80.xsl namespace81.xsl namespace82.xsl
namespace84.xsl namespace90.xsl namespace91.xsl
namespace92.xsl namespace93.xsl namespace94.xsl
namespace96.xsl namespace97.xsl
test/tests/conf-gold/namespace namespace100.out
namespace55.out namespace62.out namespace63.out
namespace68.out namespace75.out namespace80.out
namespace81.out namespace82.out namespace84.out
namespace87.out namespace90.out namespace91.out
namespace92.out namespace93.out namespace94.out
namespace96.out namespace97.out
Log:
Updated xsl:element tests to ensure that namespace nodes are not copied to the
result tree unnecessarily. The tests reflected Xalan-J Interpretive's overly
zealous copying of namespace nodes. Now that Xalan-J I's behaviour has been
altered, the tests can also be altered.
Revision Changes Path
1.2 +1 -4 xml-xalan/test/tests/conf/namespace/namespace100.xsl
Index: namespace100.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace100.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace100.xsl 5 Sep 2001 18:30:31 -0000 1.1
+++ namespace100.xsl 7 Jul 2003 15:42:15 -0000 1.2
@@ -7,9 +7,6 @@
<!-- Section: 7.1.2 Creating Elements -->
<!-- Creator: David Marston -->
<!-- Purpose: Use prefixed xmlns declaration, namespace attrib to same URI,
different prefix on name. -->
- <!-- NOTE: Processor developers could legitimately disagree about where the "p2"
name
- has to be in scope on the result. It must be in effect for yyy, but could be
for foo
- as well. The spec doesn't address this point. -->
<xsl:template match = "/">
<out>
@@ -19,4 +16,4 @@
</out>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
1.2 +1 -5 xml-xalan/test/tests/conf/namespace/namespace55.xsl
Index: namespace55.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace55.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace55.xsl 7 Sep 2001 22:22:20 -0000 1.1
+++ namespace55.xsl 7 Jul 2003 15:42:15 -0000 1.2
@@ -7,10 +7,6 @@
<!-- Section: 7.1.2 Creating Elements -->
<!-- Creator: David Marston -->
<!-- Purpose: Prefixed xmlns declaration and same-prefixed name; namespace
matches default set locally. -->
- <!-- NOTE: Processor developers could legitimately disagree about where the
default name
- has to be reset in the result. It must be in effect for yyy, but could be for
foo
- as well. The spec doesn't address this point.
- On the other hand, p2 must be set to "barz.com" for the yyy element. -->
<xsl:template match = "/">
<out>
@@ -20,4 +16,4 @@
</out>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
1.2 +1 -4 xml-xalan/test/tests/conf/namespace/namespace62.xsl
Index: namespace62.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace62.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace62.xsl 6 Sep 2001 15:33:02 -0000 1.1
+++ namespace62.xsl 7 Jul 2003 15:42:15 -0000 1.2
@@ -7,9 +7,6 @@
<!-- Section: 7.1.2 Creating Elements -->
<!-- Creator: David Marston -->
<!-- Purpose: Two xmlns declarations with namespace attrib (matches default) in
xsl:element. -->
- <!-- NOTE: Processor developers could legitimately disagree about where the "p2"
name
- has to be in scope on the result. It must be in effect for yyy, but could be
for foo
- as well. The spec doesn't address this point. -->
<xsl:template match = "/">
<out>
@@ -19,4 +16,4 @@
</out>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
1.2 +1 -4 xml-xalan/test/tests/conf/namespace/namespace63.xsl
Index: namespace63.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace63.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace63.xsl 7 Nov 2001 16:27:10 -0000 1.1
+++ namespace63.xsl 7 Jul 2003 15:42:15 -0000 1.2
@@ -8,9 +8,6 @@
<!-- Section: 7.1.2 Creating Elements -->
<!-- Creator: David Marston -->
<!-- Purpose: Reset default locally, but namespace attribute matches stylesheet
default. -->
- <!-- NOTE: Processor developers could legitimately disagree about where the
default name
- has to be set the 2nd time in the result. It must be correct for yyy, but
could be reset for foo
- as well. The spec doesn't address this point. -->
<xsl:template match = "/">
<out>
@@ -20,4 +17,4 @@
</out>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
1.2 +1 -5 xml-xalan/test/tests/conf/namespace/namespace68.xsl
Index: namespace68.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace68.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace68.xsl 20 Sep 2001 16:56:48 -0000 1.1
+++ namespace68.xsl 7 Jul 2003 15:42:15 -0000 1.2
@@ -7,10 +7,6 @@
<!-- Section: 7.1.2 Creating Elements -->
<!-- Creator: David Marston -->
<!-- Purpose: Set default namespace in outer, then specify namespace for inner;
add prefixed decl. -->
- <!-- NOTE: Processor developers could legitimately disagree about where the "p2"
name
- has to be in scope on the result, if anywhere. Since there are no LREs inside
foo,
- there is no requirement to pick up and emit the p2 declaration.
- The spec doesn't address this point. -->
<xsl:template match = "/">
<out xmlns="abc">
@@ -20,4 +16,4 @@
</out>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
1.2 +1 -4 xml-xalan/test/tests/conf/namespace/namespace80.xsl
Index: namespace80.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace80.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace80.xsl 6 Sep 2001 15:33:02 -0000 1.1
+++ namespace80.xsl 7 Jul 2003 15:42:15 -0000 1.2
@@ -7,9 +7,6 @@
<!-- Section: 7.1.2 Creating Elements -->
<!-- Creator: David Marston -->
<!-- Purpose: Prefixed xmlns declaration and same-prefixed name; no namespace
attrib; default set. -->
- <!-- NOTE: Processor developers could legitimately disagree about where the
default name
- has to be reset in the result. It must be in effect for yyy, but could be for
foo
- as well. The spec doesn't address this point. -->
<xsl:template match = "/">
<out>
@@ -19,4 +16,4 @@
</out>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
1.2 +0 -3 xml-xalan/test/tests/conf/namespace/namespace81.xsl
Index: namespace81.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace81.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace81.xsl 6 Sep 2001 15:33:02 -0000 1.1
+++ namespace81.xsl 7 Jul 2003 15:42:15 -0000 1.2
@@ -7,9 +7,6 @@
<!-- Section: 7.1.2 Creating Elements -->
<!-- Creator: David Marston -->
<!-- Purpose: Mix xmlns declaration and namespace attrib (to same) in
xsl:element; name has prefix. -->
- <!-- NOTE: Processor developers could legitimately disagree about where the
default name
- has to be set in the result. It must be in effect for yyy, but could be for foo
- as well. The spec doesn't address this point. -->
<xsl:template match = "/">
<out>
1.2 +0 -3 xml-xalan/test/tests/conf/namespace/namespace82.xsl
Index: namespace82.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace82.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace82.xsl 6 Sep 2001 15:33:02 -0000 1.1
+++ namespace82.xsl 7 Jul 2003 15:42:15 -0000 1.2
@@ -7,9 +7,6 @@
<!-- Section: 7.1.2 Creating Elements -->
<!-- Creator: David Marston -->
<!-- Purpose: Set xmlns declaration and namespace attrib to different URIs; name
has prefix. -->
- <!-- NOTE: Processor developers could legitimately disagree about where the
default name
- has to be set in the result. It must be in effect for yyy, but could be for foo
- as well. The spec doesn't address this point. -->
<xsl:template match = "/">
<out>
1.2 +1 -4 xml-xalan/test/tests/conf/namespace/namespace84.xsl
Index: namespace84.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace84.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace84.xsl 20 Sep 2001 16:56:48 -0000 1.1
+++ namespace84.xsl 7 Jul 2003 15:42:15 -0000 1.2
@@ -8,9 +8,6 @@
<!-- Section: 7.1.2 Creating Elements -->
<!-- Creator: David Marston -->
<!-- Purpose: Use prefixed name; requested NS matches default; another decl
present. -->
- <!-- NOTE: Processor developers could legitimately disagree about where the "p2"
name
- has to be in scope on the result. It must be in effect for yyy, but could be
for foo
- as well. The spec doesn't address this point. -->
<xsl:template match = "/">
<out>
@@ -20,4 +17,4 @@
</out>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
1.2 +1 -4 xml-xalan/test/tests/conf/namespace/namespace90.xsl
Index: namespace90.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace90.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace90.xsl 20 Sep 2001 16:56:48 -0000 1.1
+++ namespace90.xsl 7 Jul 2003 15:42:15 -0000 1.2
@@ -7,9 +7,6 @@
<!-- Section: 7.1.2 Creating Elements -->
<!-- Creator: David Marston -->
<!-- Purpose: Test crossing prefix set at outer level with URI also attached to
different prefix in local decl. -->
- <!-- NOTE: Processor developers could legitimately disagree about where the "p2"
name
- has to be in scope on the result. It must be in effect for yyy, but could be
for foo
- as well. The spec doesn't address this point. (Also, p1 must be reset for
yyy.) -->
<xsl:template match = "/">
<out xmlns:p1="xyz">
@@ -19,4 +16,4 @@
</out>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
1.3 +1 -4 xml-xalan/test/tests/conf/namespace/namespace91.xsl
Index: namespace91.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace91.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- namespace91.xsl 5 Sep 2001 18:30:31 -0000 1.2
+++ namespace91.xsl 7 Jul 2003 15:42:15 -0000 1.3
@@ -7,9 +7,6 @@
<!-- Section: 7.1.2 Creating Elements -->
<!-- Creator: David Marston -->
<!-- Purpose: Baseline case of prefixed xmlns declaration in xsl:element. -->
- <!-- NOTE: Processor developers could legitimately disagree about where the "p2"
name
- has to be in scope on the result. It must be in effect for yyy, but could be
for foo
- as well. The spec doesn't address this point. -->
<xsl:template match = "/">
<out>
@@ -19,4 +16,4 @@
</out>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
1.3 +1 -4 xml-xalan/test/tests/conf/namespace/namespace92.xsl
Index: namespace92.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace92.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- namespace92.xsl 5 Sep 2001 18:30:31 -0000 1.2
+++ namespace92.xsl 7 Jul 2003 15:42:15 -0000 1.3
@@ -7,9 +7,6 @@
<!-- Section: 7.1.2 Creating Elements -->
<!-- Creator: David Marston -->
<!-- Purpose: Use prefixed xmlns declaration with null namespace attrib. -->
- <!-- NOTE: Processor developers could legitimately disagree about where the "p2"
name
- has to be in scope on the result. It must be in effect for yyy, but could be
for foo
- as well. The spec doesn't address this point. -->
<xsl:template match = "/">
<out>
@@ -19,4 +16,4 @@
</out>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
1.3 +1 -4 xml-xalan/test/tests/conf/namespace/namespace93.xsl
Index: namespace93.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace93.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- namespace93.xsl 5 Sep 2001 18:30:31 -0000 1.2
+++ namespace93.xsl 7 Jul 2003 15:42:15 -0000 1.3
@@ -7,9 +7,6 @@
<!-- Section: 7.1.2 Creating Elements -->
<!-- Creator: David Marston -->
<!-- Purpose: Use prefixed xmlns declaration with non-null namespace attrib,
different URIs. -->
- <!-- NOTE: Processor developers could legitimately disagree about where the "p2"
name
- has to be in scope on the result. It must be in effect for yyy, but could be
for foo
- as well. The spec doesn't address this point. -->
<xsl:template match = "/">
<out>
@@ -19,4 +16,4 @@
</out>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
1.3 +1 -4 xml-xalan/test/tests/conf/namespace/namespace94.xsl
Index: namespace94.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace94.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- namespace94.xsl 5 Sep 2001 18:30:31 -0000 1.2
+++ namespace94.xsl 7 Jul 2003 15:42:15 -0000 1.3
@@ -7,9 +7,6 @@
<!-- Section: 7.1.2 Creating Elements -->
<!-- Creator: David Marston -->
<!-- Purpose: Use prefixed xmlns declaration with non-null namespace attrib, same
URI. -->
- <!-- NOTE: Processor developers could legitimately disagree about where the "p2"
name
- has to be in scope on the result. It must be in effect for yyy, but could be
for foo
- as well. The spec doesn't address this point. -->
<xsl:template match = "/">
<out>
@@ -19,4 +16,4 @@
</out>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
1.2 +1 -4 xml-xalan/test/tests/conf/namespace/namespace96.xsl
Index: namespace96.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace96.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace96.xsl 7 Sep 2001 22:22:20 -0000 1.1
+++ namespace96.xsl 7 Jul 2003 15:42:15 -0000 1.2
@@ -8,9 +8,6 @@
<!-- Section: 7.1.2 Creating Elements -->
<!-- Creator: David Marston -->
<!-- Purpose: Issue prefixed name in current default namespace, rather than the
one assigned to tha prefix at outer level -->
- <!-- NOTE: Processor developers could legitimately disagree about where the
default name
- has to be set in the result. It must be in effect for yyy, but could be for foo
- as well. The spec doesn't address this point. -->
<xsl:template match = "/">
<out>
@@ -20,4 +17,4 @@
</out>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
1.2 +1 -4 xml-xalan/test/tests/conf/namespace/namespace97.xsl
Index: namespace97.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/namespace97.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace97.xsl 6 Sep 2001 15:33:02 -0000 1.1
+++ namespace97.xsl 7 Jul 2003 15:42:15 -0000 1.2
@@ -8,9 +8,6 @@
<!-- Section: 7.1.2 Creating Elements -->
<!-- Creator: David Marston -->
<!-- Purpose: Test for prefixed name when prefixed NS is in scope; also set
default locally. -->
- <!-- NOTE: Processor developers could legitimately disagree about where the
default name
- has to be set in the result. It must be in effect for yyy, but could be for foo
- as well. The spec doesn't address this point. -->
<xsl:template match = "/">
<out>
@@ -20,4 +17,4 @@
</out>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
1.2 +1 -1 xml-xalan/test/tests/conf-gold/namespace/namespace100.out
Index: namespace100.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/namespace/namespace100.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace100.out 5 Sep 2001 18:35:37 -0000 1.1
+++ namespace100.out 7 Jul 2003 15:42:16 -0000 1.2
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<out><az:foo xmlns:p2="barz.com" xmlns:az="barz.com"><yyy/></az:foo></out>
\ No newline at end of file
+<out><az:foo xmlns:az="barz.com"><yyy xmlns:p2="barz.com"/></az:foo></out>
1.2 +1 -1 xml-xalan/test/tests/conf-gold/namespace/namespace55.out
Index: namespace55.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/namespace/namespace55.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace55.out 7 Sep 2001 22:24:07 -0000 1.1
+++ namespace55.out 7 Jul 2003 15:42:16 -0000 1.2
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<out><p2:foo xmlns:p2="other.com" xmlns="other.com"><yyy
xmlns:p2="barz.com"/></p2:foo></out>
\ No newline at end of file
+<out><p2:foo xmlns:p2="other.com"><yyy xmlns="other.com"
xmlns:p2="barz.com"/></p2:foo></out>
1.2 +1 -1 xml-xalan/test/tests/conf-gold/namespace/namespace62.out
Index: namespace62.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/namespace/namespace62.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace62.out 6 Sep 2001 15:37:19 -0000 1.1
+++ namespace62.out 7 Jul 2003 15:42:16 -0000 1.2
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<out><foo xmlns:p2="barz.com" xmlns="test.com"><yyy/></foo></out>
\ No newline at end of file
+<out><foo xmlns="test.com"><yyy xmlns:p2="barz.com"/></foo></out>
1.2 +1 -1 xml-xalan/test/tests/conf-gold/namespace/namespace63.out
Index: namespace63.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/namespace/namespace63.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace63.out 7 Nov 2001 16:28:10 -0000 1.1
+++ namespace63.out 7 Jul 2003 15:42:16 -0000 1.2
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<out xmlns="http://testguys.com"><q:foo xmlns="other.com"
xmlns:q="http://testguys.com"><yyy/></q:foo></out>
\ No newline at end of file
+<out xmlns="http://testguys.com"><q:foo xmlns:q="http://testguys.com"><yyy
xmlns="other.com"/></q:foo></out>
1.2 +1 -1 xml-xalan/test/tests/conf-gold/namespace/namespace68.out
Index: namespace68.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/namespace/namespace68.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace68.out 20 Sep 2001 16:58:47 -0000 1.1
+++ namespace68.out 7 Jul 2003 15:42:16 -0000 1.2
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<out xmlns="abc"><foo xmlns:p2="barz.com"><yyy/></foo></out>
\ No newline at end of file
+<out xmlns="abc"><foo><yyy/></foo></out>
1.2 +1 -1 xml-xalan/test/tests/conf-gold/namespace/namespace75.out
Index: namespace75.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/namespace/namespace75.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace75.out 26 Mar 2001 19:22:44 -0000 1.1
+++ namespace75.out 7 Jul 2003 15:42:16 -0000 1.2
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<out><foo xmlns="test.com"><yyy/></foo></out>
\ No newline at end of file
+<out><foo xmlns="test.com"><yyy/></foo></out>
1.2 +1 -1 xml-xalan/test/tests/conf-gold/namespace/namespace80.out
Index: namespace80.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/namespace/namespace80.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace80.out 6 Sep 2001 15:37:19 -0000 1.1
+++ namespace80.out 7 Jul 2003 15:42:16 -0000 1.2
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<out><p2:foo xmlns:p2="barz.com" xmlns="other.com"><yyy/></p2:foo></out>
\ No newline at end of file
+<out><p2:foo xmlns:p2="barz.com"><yyy xmlns="other.com"/></p2:foo></out>
1.2 +1 -1 xml-xalan/test/tests/conf-gold/namespace/namespace81.out
Index: namespace81.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/namespace/namespace81.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace81.out 6 Sep 2001 15:37:19 -0000 1.1
+++ namespace81.out 7 Jul 2003 15:42:16 -0000 1.2
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<out><wxyz:foo xmlns="test.com" xmlns:wxyz="test.com"><yyy/></wxyz:foo></out>
\ No newline at end of file
+<out><wxyz:foo xmlns:wxyz="test.com"><yyy xmlns="test.com"/></wxyz:foo></out>
1.2 +1 -1 xml-xalan/test/tests/conf-gold/namespace/namespace82.out
Index: namespace82.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/namespace/namespace82.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace82.out 6 Sep 2001 15:37:19 -0000 1.1
+++ namespace82.out 7 Jul 2003 15:42:16 -0000 1.2
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<out><wxyz:foo xmlns="test.com" xmlns:wxyz="abc.com"><yyy/></wxyz:foo></out>
\ No newline at end of file
+<out><wxyz:foo xmlns:wxyz="abc.com"><yyy xmlns="test.com"/></wxyz:foo></out>
1.2 +1 -1 xml-xalan/test/tests/conf-gold/namespace/namespace84.out
Index: namespace84.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/namespace/namespace84.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace84.out 20 Sep 2001 16:58:47 -0000 1.1
+++ namespace84.out 7 Jul 2003 15:42:16 -0000 1.2
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<out xmlns="testguys.com"><pre:foo xmlns:p2="barz.com"
xmlns:pre="testguys.com"><yyy/></pre:foo></out>
\ No newline at end of file
+<out xmlns="testguys.com"><pre:foo xmlns:pre="testguys.com"><yyy
xmlns:p2="barz.com"/></pre:foo></out>
1.2 +1 -1 xml-xalan/test/tests/conf-gold/namespace/namespace87.out
Index: namespace87.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/namespace/namespace87.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace87.out 7 Nov 2001 16:28:10 -0000 1.1
+++ namespace87.out 7 Jul 2003 15:42:16 -0000 1.2
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<out xmlns="http://testguys.com"><wxyz:foo xmlns="test.com"
xmlns:wxyz="test.com"><yyy/></wxyz:foo></out>
\ No newline at end of file
+<out xmlns="http://testguys.com"><wxyz:foo xmlns:wxyz="test.com"><yyy
xmlns="test.com"/></wxyz:foo></out>
1.2 +1 -1 xml-xalan/test/tests/conf-gold/namespace/namespace90.out
Index: namespace90.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/namespace/namespace90.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace90.out 20 Sep 2001 16:58:47 -0000 1.1
+++ namespace90.out 7 Jul 2003 15:42:16 -0000 1.2
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<out xmlns:p1="xyz"><p1:foo xmlns:p2="barz.com" xmlns:p1="barz.com"><yyy
xmlns:p1="xyz"/></p1:foo></out>
\ No newline at end of file
+<out xmlns:p1="xyz"><p1:foo xmlns:p1="barz.com"><yyy xmlns:p1="xyz"
xmlns:p2="barz.com"/></p1:foo></out>
1.2 +1 -1 xml-xalan/test/tests/conf-gold/namespace/namespace91.out
Index: namespace91.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/namespace/namespace91.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace91.out 26 Mar 2001 19:22:44 -0000 1.1
+++ namespace91.out 7 Jul 2003 15:42:16 -0000 1.2
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<out><foo xmlns:p2="barz.com"><yyy/></foo></out>
\ No newline at end of file
+<out><foo><yyy xmlns:p2="barz.com"/></foo></out>
1.2 +1 -1 xml-xalan/test/tests/conf-gold/namespace/namespace92.out
Index: namespace92.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/namespace/namespace92.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace92.out 26 Mar 2001 19:22:44 -0000 1.1
+++ namespace92.out 7 Jul 2003 15:42:16 -0000 1.2
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<out><foo xmlns:p2="barz.com"><yyy/></foo></out>
\ No newline at end of file
+<out><foo><yyy xmlns:p2="barz.com"/></foo></out>
1.3 +1 -1 xml-xalan/test/tests/conf-gold/namespace/namespace93.out
Index: namespace93.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/namespace/namespace93.out,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- namespace93.out 15 Oct 2001 21:42:31 -0000 1.2
+++ namespace93.out 7 Jul 2003 15:42:16 -0000 1.3
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<out><foo xmlns:p2="barz.com" xmlns="testguys.com"><yyy xmlns=""/></foo></out>
\ No newline at end of file
+<out><foo xmlns="testguys.com"><yyy xmlns="" xmlns:p2="barz.com"/></foo></out>
1.3 +1 -1 xml-xalan/test/tests/conf-gold/namespace/namespace94.out
Index: namespace94.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/namespace/namespace94.out,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- namespace94.out 15 Oct 2001 21:42:31 -0000 1.2
+++ namespace94.out 7 Jul 2003 15:42:16 -0000 1.3
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<out><foo xmlns:p2="barz.com" xmlns="barz.com"><yyy xmlns=""/></foo></out>
\ No newline at end of file
+<out><foo xmlns="barz.com"><yyy xmlns="" xmlns:p2="barz.com"/></foo></out>
1.2 +1 -1 xml-xalan/test/tests/conf-gold/namespace/namespace96.out
Index: namespace96.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/namespace/namespace96.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace96.out 7 Sep 2001 22:24:07 -0000 1.1
+++ namespace96.out 7 Jul 2003 15:42:16 -0000 1.2
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<out xmlns:p1="testguys.com"><p1:foo xmlns="other.com" xmlns:p1="other.com"><yyy
xmlns:p1="testguys.com"/></p1:foo></out>
\ No newline at end of file
+<out xmlns:p1="testguys.com"><p1:foo xmlns:p1="other.com"><yyy xmlns="other.com"
xmlns:p1="testguys.com"/></p1:foo></out>
1.2 +1 -1 xml-xalan/test/tests/conf-gold/namespace/namespace97.out
Index: namespace97.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/namespace/namespace97.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace97.out 6 Sep 2001 15:37:19 -0000 1.1
+++ namespace97.out 7 Jul 2003 15:42:16 -0000 1.2
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<out xmlns:p1="testguys.com"><p1:foo xmlns="other.com"><yyy/></p1:foo></out>
\ No newline at end of file
+<out xmlns:p1="testguys.com"><p1:foo><yyy xmlns="other.com"/></p1:foo></out>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]