dmarston 01/01/26 07:56:54
Modified: test/tests/conf-gold/mdocs mdocs13.out mdocs12.out
mdocs09.out
Log:
Match layout for clean diff (no substantive change)
Revision Changes Path
1.2 +1 -1 xml-xalan/test/tests/conf-gold/mdocs/mdocs13.out
Index: mdocs13.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/mdocs/mdocs13.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mdocs13.out 2000/12/17 22:03:14 1.1
+++ mdocs13.out 2001/01/26 15:56:53 1.2
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<out>
- <ped:test attrib="yeha" xmlns:ped="ped.com"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">YEE-HA</ped:test>
+ <ped:test xmlns:ped="ped.com" attrib="yeha"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">YEE-HA</ped:test>
</out>
1.2 +1 -1 xml-xalan/test/tests/conf-gold/mdocs/mdocs12.out
Index: mdocs12.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/mdocs/mdocs12.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mdocs12.out 2000/12/17 22:03:14 1.1
+++ mdocs12.out 2001/01/26 15:56:53 1.2
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<out>
- <ped:test attrib="yeha" xmlns:ped="ped.com"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">YEE-HA</ped:test>
+ <ped:test xmlns:ped="ped.com" attrib="yeha"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">YEE-HA</ped:test>
</out>
1.2 +1 -1 xml-xalan/test/tests/conf-gold/mdocs/mdocs09.out
Index: mdocs09.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/mdocs/mdocs09.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mdocs09.out 2000/12/17 22:03:14 1.1
+++ mdocs09.out 2001/01/26 15:56:53 1.2
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<out>
-<ped:test attrib="yeha" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:ped="ped.com" xmlns:bdd="bdd.com">YEE-HA</ped:test>
+<ped:test xmlns:ped="ped.com" attrib="yeha"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:bdd="bdd.com">YEE-HA</ped:test>
</out>