dmarston 00/12/19 14:58:30
Modified: test/tests/conf-gold/namespace namespace35.out
namespace23.out namespace19.out
Log:
As a convenience, arrange attributes in the order commonly found
Revision Changes Path
1.2 +1 -1 xml-xalan/test/tests/conf-gold/namespace/namespace35.out
Index: namespace35.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/namespace/namespace35.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace35.out 2000/12/17 22:05:21 1.1
+++ namespace35.out 2000/12/19 22:58:27 1.2
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-<axsl:template match="/" xmlns:axsl="http://www.w3.org/1999/XSL/Transform"/>
+<axsl:template xmlns:axsl="http://www.w3.org/1999/XSL/Transform" match="/"/>
1.2 +1 -1 xml-xalan/test/tests/conf-gold/namespace/namespace23.out
Index: namespace23.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/namespace/namespace23.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace23.out 2000/12/17 22:05:21 1.1
+++ namespace23.out 2000/12/19 22:58:27 1.2
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<bogus:stylesheet version="1.0" xmlns:ped="www.ped.com"
xmlns:lotus="http://www.lotus.com"
xmlns:bogus="http://www.w3.org/1999/XSL/Transform">
+<bogus:stylesheet xmlns:ped="www.ped.com" xmlns:lotus="http://www.lotus.com"
xmlns:bogus="http://www.w3.org/1999/XSL/Transform" version="1.0">
<bogus:template match="/">
<out>
Yeee ha
1.2 +1 -1 xml-xalan/test/tests/conf-gold/namespace/namespace19.out
Index: namespace19.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/namespace/namespace19.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namespace19.out 2000/12/17 22:05:21 1.1
+++ namespace19.out 2000/12/19 22:58:28 1.2
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<axsl:stylesheet version="1.0"
xmlns:axsl="http://www.w3.org/1999/XSL/Transform">
+<axsl:stylesheet xmlns:axsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<axsl:template match="h1">
<axsl:apply-templates/>
</axsl:template>