dmarston 2002/07/09 14:45:10
Modified: test/tests/conf-gold/copy copy11.out copy10.out
Added: test/tests/conf-gold/copy copy60.out copy55.out copy56.out
copy57.out copy58.out copy59.out
Log:
New cases for new bugs. Also account for Erratum E27 of
the XSLT Recommendation.
Revision Changes Path
1.2 +5 -5 xml-xalan/test/tests/conf-gold/copy/copy11.out
Index: copy11.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/copy/copy11.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- copy11.out 17 Dec 2000 21:51:48 -0000 1.1
+++ copy11.out 9 Jul 2002 21:45:10 -0000 1.2
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<root><Out attr1="A1,2-A1, 4-B2
4-C3 "/>
-<a level="1">A1,</a><a level="2">2-A1,</a><a xmlns:ped="www.ped.com"
level="3">
- <b level="4">4-B2</b>
- <c level="4">4-C3</c>
- </a></root>
\ No newline at end of file
+<out><d level="1"><!-- doc1 --></d><d level="3">Hello
+ <e level="4">Success</e>
+ <!-- Me, too -->
+ </d><d level="2">More</d>
+</out>
\ No newline at end of file
1.2 +5 -2 xml-xalan/test/tests/conf-gold/copy/copy10.out
Index: copy10.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/copy/copy10.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- copy10.out 17 Dec 2000 21:51:48 -0000 1.1
+++ copy10.out 9 Jul 2002 21:45:10 -0000 1.2
@@ -1,3 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<root><Out attr1=" Hello "/>
-<d level="3"> Hello </d></root>
\ No newline at end of file
+<out><d level="3">Hello
+ <e level="4">Success</e>
+ <!-- Me, too -->
+ </d>
+</out>
\ No newline at end of file
1.1 xml-xalan/test/tests/conf-gold/copy/copy60.out
Index: copy60.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<out><?pi1 foo?><?pi2?></out>
1.1 xml-xalan/test/tests/conf-gold/copy/copy55.out
Index: copy55.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="http://example.org/defn/"
xmlns:tns="http://hello.org/base" xmlns:ns1="http://hello.org/plug"
xmlns:ns2="http://hello.org/types">
<types>
<!-- Below: default + tns changed, ns1 unaffected, ns2 same, xsi new -->
<schema targetNamespace="http://hello.org/types"
xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://hello.org/types"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<complexType name="Hobbies">
<sequence>
<element name="name" type="tns:Name"/>
<element name="detail" type="string"/>
<element name="places" type="ns2:collection"/>
<element name="hobby" type="ns2:vector"/>
</sequence>
</complexType>
</schema>
</types>
</definitions>
1.1 xml-xalan/test/tests/conf-gold/copy/copy56.out
Index: copy56.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<out attr1=""/>
1.1 xml-xalan/test/tests/conf-gold/copy/copy57.out
Index: copy57.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<out attr1="D1D3D2"/>
1.1 xml-xalan/test/tests/conf-gold/copy/copy58.out
Index: copy58.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<out attr1="T1T2"/>
1.1 xml-xalan/test/tests/conf-gold/copy/copy59.out
Index: copy59.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<out><!--foo--><!-- --></out>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]