dmarston 00/12/29 12:13:37
Modified: test/tests/conf/sort sort38.xsl sort09.xsl sort10.xsl
sort11.xsl sort12.xsl sort13.xsl sort14.xsl
sort15.xsl sort16.xsl sort20.xsl sort21.xsl
sort22.xsl sort23.xsl sort24.xsl sort25.xsl
sort26.xsl sort27.xsl sort28.xsl sort29.xsl
sort30.xsl sort31.xsl sort32.xsl sort33.xsl
sort34.xsl sort35.xsl sort36.xsl sort37.xsl
sort08.xsl
Log:
Improve comments
Revision Changes Path
1.2 +1 -0 xml-xalan/test/tests/conf/sort/sort38.xsl
Index: sort38.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort38.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort38.xsl 2000/12/15 21:57:21 1.1
+++ sort38.xsl 2000/12/29 20:13:16 1.2
@@ -5,6 +5,7 @@
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Numeric sort, but no items are true numbers. -->
<xsl:template match="doc">
1.2 +2 -1 xml-xalan/test/tests/conf/sort/sort09.xsl
Index: sort09.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort09.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort09.xsl 2000/12/15 21:57:21 1.1
+++ sort09.xsl 2000/12/29 20:13:16 1.2
@@ -1,10 +1,11 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- FileName: SORT09 -->
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Simple test for xsl:sort on numbers, descending order. -->
<xsl:template match="doc">
1.2 +2 -1 xml-xalan/test/tests/conf/sort/sort10.xsl
Index: sort10.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort10.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort10.xsl 2000/12/15 21:57:21 1.1
+++ sort10.xsl 2000/12/29 20:13:17 1.2
@@ -1,10 +1,11 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- FileName: SORT10 -->
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test for xsl:sort on strings without specifying data-type,
descending order. -->
<xsl:template match="doc">
1.2 +2 -1 xml-xalan/test/tests/conf/sort/sort11.xsl
Index: sort11.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort11.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort11.xsl 2000/12/15 21:57:21 1.1
+++ sort11.xsl 2000/12/29 20:13:17 1.2
@@ -1,10 +1,11 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- FileName: SORT11 -->
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Sort strings that all can be numbers without specifying
data-type or order. -->
<xsl:template match="doc">
1.2 +3 -2 xml-xalan/test/tests/conf/sort/sort12.xsl
Index: sort12.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort12.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort12.xsl 2000/12/15 21:57:21 1.1
+++ sort12.xsl 2000/12/29 20:13:17 1.2
@@ -1,11 +1,12 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- FileName: SORT12 -->
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
- <!-- Purpose: Sort numbers withnleading zeroes and decimal points. -->
+ <!-- Creator: David Marston -->
+ <!-- Purpose: Sort numbers with leading zeroes and decimal points. -->
<xsl:template match="doc">
<out>
1.2 +2 -1 xml-xalan/test/tests/conf/sort/sort13.xsl
Index: sort13.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort13.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort13.xsl 2000/12/15 21:57:21 1.1
+++ sort13.xsl 2000/12/29 20:13:17 1.2
@@ -1,10 +1,11 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- FileName: SORT13 -->
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Numeric sort, all items that aren't true numbers should
cluster together. -->
<xsl:template match="doc">
1.2 +2 -1 xml-xalan/test/tests/conf/sort/sort14.xsl
Index: sort14.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort14.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort14.xsl 2000/12/15 21:57:21 1.1
+++ sort14.xsl 2000/12/29 20:13:18 1.2
@@ -1,10 +1,11 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- FileName: SORT14 -->
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test for xsl:sort on strings without specifying case-order.
-->
<xsl:template match="doc">
1.2 +2 -1 xml-xalan/test/tests/conf/sort/sort15.xsl
Index: sort15.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort15.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort15.xsl 2000/12/15 21:57:21 1.1
+++ sort15.xsl 2000/12/29 20:13:18 1.2
@@ -1,10 +1,11 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- FileName: SORT15 -->
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test for xsl:sort on strings, upper-first case-order. -->
<xsl:template match="doc">
1.2 +2 -1 xml-xalan/test/tests/conf/sort/sort16.xsl
Index: sort16.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort16.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort16.xsl 2000/12/15 21:57:21 1.1
+++ sort16.xsl 2000/12/29 20:13:18 1.2
@@ -1,10 +1,11 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- FileName: SORT16 -->
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test for xsl:sort on strings, lower-first case-order. -->
<xsl:template match="doc">
1.2 +2 -1 xml-xalan/test/tests/conf/sort/sort20.xsl
Index: sort20.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort20.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort20.xsl 2000/12/15 21:57:21 1.1
+++ sort20.xsl 2000/12/29 20:13:18 1.2
@@ -1,10 +1,11 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- FileName: SORT20 -->
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test that lang has no effect on numeric data. -->
<xsl:template match="doc">
1.2 +1 -0 xml-xalan/test/tests/conf/sort/sort21.xsl
Index: sort21.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort21.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort21.xsl 2000/12/15 21:57:21 1.1
+++ sort21.xsl 2000/12/29 20:13:19 1.2
@@ -5,6 +5,7 @@
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: Paul Dick -->
<!-- Purpose: Test for xsl:sort using a numeric expression for the select.
-->
<xsl:template match="/">
1.2 +1 -0 xml-xalan/test/tests/conf/sort/sort22.xsl
Index: sort22.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort22.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort22.xsl 2000/12/15 21:57:21 1.1
+++ sort22.xsl 2000/12/29 20:13:19 1.2
@@ -7,6 +7,7 @@
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test for xsl:sort using a string function for the select. -->
<xsl:template match="/">
1.2 +1 -0 xml-xalan/test/tests/conf/sort/sort23.xsl
Index: sort23.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort23.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort23.xsl 2000/12/15 21:57:22 1.1
+++ sort23.xsl 2000/12/29 20:13:19 1.2
@@ -7,6 +7,7 @@
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test for xsl:sort using a numeric expression for the select.
-->
<xsl:template match="/">
1.2 +1 -0 xml-xalan/test/tests/conf/sort/sort24.xsl
Index: sort24.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort24.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort24.xsl 2000/12/15 21:57:22 1.1
+++ sort24.xsl 2000/12/29 20:13:20 1.2
@@ -7,6 +7,7 @@
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test for xsl:sort using a numeric expression for the select.
-->
<!-- Note that we show that this sort does NOT do the expected
rearrangement of nodes!
Apparently, the conversion of the select expression to a string occurs
at a bad time. -->
1.2 +2 -1 xml-xalan/test/tests/conf/sort/sort25.xsl
Index: sort25.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort25.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort25.xsl 2000/12/15 21:57:22 1.1
+++ sort25.xsl 2000/12/29 20:13:20 1.2
@@ -7,7 +7,8 @@
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
- <!-- Purpose: Reverse the order of the nodes using an expression that
works. -->
+ <!-- Creator: David Marston -->
+ <!-- Purpose: Reverse the order of the nodes using an expression that is
reliable. -->
<xsl:template match="/">
<xsl:for-each select="doc/alpha">
1.2 +2 -1 xml-xalan/test/tests/conf/sort/sort26.xsl
Index: sort26.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort26.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort26.xsl 2000/12/15 21:57:22 1.1
+++ sort26.xsl 2000/12/29 20:13:20 1.2
@@ -1,10 +1,11 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- FileName: SORT26 -->
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test for xsl:sort on apply-templates that does not have a
select attribute. -->
<xsl:template match="w3cgroup">
1.2 +2 -1 xml-xalan/test/tests/conf/sort/sort27.xsl
Index: sort27.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort27.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort27.xsl 2000/12/15 21:57:22 1.1
+++ sort27.xsl 2000/12/29 20:13:21 1.2
@@ -1,10 +1,11 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- FileName: SORT27 -->
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test for xsl:sort on apply-templates that will get text and
element children. -->
<xsl:template match="main">
1.2 +2 -1 xml-xalan/test/tests/conf/sort/sort28.xsl
Index: sort28.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort28.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort28.xsl 2000/12/15 21:57:22 1.1
+++ sort28.xsl 2000/12/29 20:13:21 1.2
@@ -1,10 +1,11 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- FileName: SORT28 -->
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test for xsl:sort on apply-templates without select, numeric
sort. -->
<xsl:template match="main">
1.2 +1 -0 xml-xalan/test/tests/conf/sort/sort29.xsl
Index: sort29.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort29.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort29.xsl 2000/12/15 21:57:22 1.1
+++ sort29.xsl 2000/12/29 20:13:21 1.2
@@ -5,6 +5,7 @@
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test for xsl:sort using a variable in the select, for-each
loop. -->
<xsl:template match="/">
1.2 +1 -0 xml-xalan/test/tests/conf/sort/sort30.xsl
Index: sort30.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort30.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort30.xsl 2000/12/15 21:57:22 1.1
+++ sort30.xsl 2000/12/29 20:13:22 1.2
@@ -7,6 +7,7 @@
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test for xsl:sort using a local variable in the select,
apply-templates. -->
<xsl:template match="/">
1.2 +1 -0 xml-xalan/test/tests/conf/sort/sort31.xsl
Index: sort31.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort31.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort31.xsl 2000/12/15 21:57:22 1.1
+++ sort31.xsl 2000/12/29 20:13:22 1.2
@@ -7,6 +7,7 @@
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test for xsl:sort using a global variable in the select,
apply-templates. -->
<xsl:variable name="index" select="1"/>
1.2 +2 -1 xml-xalan/test/tests/conf/sort/sort32.xsl
Index: sort32.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort32.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort32.xsl 2000/12/15 21:57:22 1.1
+++ sort32.xsl 2000/12/29 20:13:22 1.2
@@ -1,10 +1,11 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- FileName: SORT32 -->
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Try to set data-type from a variable. -->
<xsl:template match="doc">
1.2 +2 -1 xml-xalan/test/tests/conf/sort/sort33.xsl
Index: sort33.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort33.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort33.xsl 2000/12/15 21:57:22 1.1
+++ sort33.xsl 2000/12/29 20:13:23 1.2
@@ -1,10 +1,11 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- FileName: SORT33 -->
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Try to set order from a variable. -->
<xsl:template match="doc">
1.2 +2 -1 xml-xalan/test/tests/conf/sort/sort34.xsl
Index: sort34.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort34.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort34.xsl 2000/12/15 21:57:22 1.1
+++ sort34.xsl 2000/12/29 20:13:23 1.2
@@ -1,10 +1,11 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- FileName: SORT34 -->
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Try to set case-order from a variable. -->
<xsl:template match="doc">
1.2 +1 -0 xml-xalan/test/tests/conf/sort/sort35.xsl
Index: sort35.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort35.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort35.xsl 2000/12/15 21:57:22 1.1
+++ sort35.xsl 2000/12/29 20:13:23 1.2
@@ -7,6 +7,7 @@
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test the famous technique for choosing the sort key
dynamically. -->
<xsl:variable name="sortcol" select="'left'"/>
1.2 +1 -1 xml-xalan/test/tests/conf/sort/sort36.xsl
Index: sort36.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort36.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort36.xsl 2000/12/15 21:57:22 1.1
+++ sort36.xsl 2000/12/29 20:13:24 1.2
@@ -6,7 +6,7 @@
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
- <!-- Author: David Marston -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test the famous technique for sorting with conditionals.
In this case, we want to sort strings with and without "Re: " prefix by
the rest of the string. Technique from Oliver Becker ([EMAIL
PROTECTED]). -->
1.2 +1 -0 xml-xalan/test/tests/conf/sort/sort37.xsl
Index: sort37.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort37.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort37.xsl 2000/12/15 21:57:22 1.1
+++ sort37.xsl 2000/12/29 20:13:24 1.2
@@ -7,6 +7,7 @@
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: If nothing comes through select, should get document order.
-->
<xsl:template match="/">
1.2 +2 -1 xml-xalan/test/tests/conf/sort/sort08.xsl
Index: sort08.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/sort/sort08.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sort08.xsl 2000/12/15 21:57:21 1.1
+++ sort08.xsl 2000/12/29 20:13:24 1.2
@@ -1,10 +1,11 @@
-<?xml version="1.0"?>
+<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
<!-- FileName: SORT08 -->
<!-- Document: http://www.w3.org/TR/xslt -->
<!-- DocVersion: 19991116 -->
<!-- Section: 10 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test for xsl:sort on letters and spaces. -->
<xsl:template match="doc">