dmarston 00/12/29 11:42:04
Modified: test/tests/conf/boolean/err booleanerr14.xsl
booleanerr02.xsl booleanerr03.xsl booleanerr04.xsl
booleanerr05.xsl booleanerr06.xsl booleanerr07.xsl
booleanerr08.xsl booleanerr09.xsl booleanerr10.xsl
booleanerr11.xsl booleanerr12.xsl booleanerr13.xsl
booleanerr01.xsl
Log:
Improve comments
Revision Changes Path
1.2 +3 -2 xml-xalan/test/tests/conf/boolean/err/booleanerr14.xsl
Index: booleanerr14.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/err/booleanerr14.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- booleanerr14.xsl 2000/12/16 02:12:19 1.1
+++ booleanerr14.xsl 2000/12/29 19:42:00 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: BOOLerr14 -->
+ <!-- FileName: BOOLEANerr14 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19991116 -->
<!-- Section: 3.4 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Give lang() function too many arguments -->
<!-- ExpectedException: expected one argument -->
1.2 +4 -3 xml-xalan/test/tests/conf/boolean/err/booleanerr02.xsl
Index: booleanerr02.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/err/booleanerr02.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- booleanerr02.xsl 2000/12/16 02:12:19 1.1
+++ booleanerr02.xsl 2000/12/29 19:42:00 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: BOOLerr02 -->
+ <!-- FileName: BOOLEANerr02 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19991116 -->
<!-- Section: 3.4 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test of invalid function that resembles "true" in not. -->
<!-- ExpectedException: XSL Warning: Could not find function: troo -->
@@ -13,5 +14,5 @@
<xsl:value-of select="not(troo())"/>
</out>
</xsl:template>
-
+
</xsl:stylesheet>
1.2 +4 -3 xml-xalan/test/tests/conf/boolean/err/booleanerr03.xsl
Index: booleanerr03.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/err/booleanerr03.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- booleanerr03.xsl 2000/12/16 02:12:19 1.1
+++ booleanerr03.xsl 2000/12/29 19:42:00 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: BOOLerr03 -->
+ <!-- FileName: BOOLEANerr03 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19991116 -->
<!-- Section: 3.4 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test of invalid function that resembles "true" in and. -->
<!-- ExpectedException: XSL Warning: Could not find function: troo -->
@@ -13,5 +14,5 @@
<xsl:value-of select="troo() and (2 = 2)"/>
</out>
</xsl:template>
-
+
</xsl:stylesheet>
1.2 +4 -3 xml-xalan/test/tests/conf/boolean/err/booleanerr04.xsl
Index: booleanerr04.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/err/booleanerr04.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- booleanerr04.xsl 2000/12/16 02:12:19 1.1
+++ booleanerr04.xsl 2000/12/29 19:42:00 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: BOOLerr04 -->
+ <!-- FileName: BOOLEANerr04 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19991116 -->
<!-- Section: 3.4 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test of invalid function that resembles "true" in or. -->
<!-- ExpectedException: XSL Warning: Could not find function: troo -->
@@ -13,5 +14,5 @@
<xsl:value-of select="troo() or (2 = 2)"/>
</out>
</xsl:template>
-
+
</xsl:stylesheet>
1.2 +4 -3 xml-xalan/test/tests/conf/boolean/err/booleanerr05.xsl
Index: booleanerr05.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/err/booleanerr05.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- booleanerr05.xsl 2000/12/16 02:12:19 1.1
+++ booleanerr05.xsl 2000/12/29 19:42:00 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: BOOLerr05 -->
+ <!-- FileName: BOOLEANerr05 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19991116 -->
<!-- Section: 3.4 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test of invalid function that resembles "true" in =
relation. -->
<!-- ExpectedException: XSL Warning: Could not find function: troo -->
@@ -13,5 +14,5 @@
<xsl:value-of select="2 = troo()"/>
</out>
</xsl:template>
-
+
</xsl:stylesheet>
1.2 +4 -3 xml-xalan/test/tests/conf/boolean/err/booleanerr06.xsl
Index: booleanerr06.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/err/booleanerr06.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- booleanerr06.xsl 2000/12/16 02:12:19 1.1
+++ booleanerr06.xsl 2000/12/29 19:42:00 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: BOOLerr06 -->
+ <!-- FileName: BOOLEANerr06 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19991116 -->
<!-- Section: 3.4 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test of invalid function that resembles "true" in boolean().
-->
<!-- ExpectedException: XSL Warning: Could not find function: troo -->
@@ -13,5 +14,5 @@
<xsl:value-of select="boolean(troo())"/>
</out>
</xsl:template>
-
+
</xsl:stylesheet>
1.2 +3 -2 xml-xalan/test/tests/conf/boolean/err/booleanerr07.xsl
Index: booleanerr07.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/err/booleanerr07.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- booleanerr07.xsl 2000/12/16 02:12:19 1.1
+++ booleanerr07.xsl 2000/12/29 19:42:01 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: BOOLerr07 -->
+ <!-- FileName: BOOLEANerr07 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19991116 -->
<!-- Section: 4.3 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test of true() with an argument. -->
<!-- ExpectedException: expected zero arguments -->
1.2 +3 -2 xml-xalan/test/tests/conf/boolean/err/booleanerr08.xsl
Index: booleanerr08.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/err/booleanerr08.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- booleanerr08.xsl 2000/12/16 02:12:19 1.1
+++ booleanerr08.xsl 2000/12/29 19:42:01 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: BOOLerr08 -->
+ <!-- FileName: BOOLEANerr08 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19991116 -->
<!-- Section: 4.3 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test of false() with an argument. -->
<!-- ExpectedException: expected zero arguments -->
1.2 +3 -2 xml-xalan/test/tests/conf/boolean/err/booleanerr09.xsl
Index: booleanerr09.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/err/booleanerr09.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- booleanerr09.xsl 2000/12/16 02:12:19 1.1
+++ booleanerr09.xsl 2000/12/29 19:42:01 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: BOOLerr09 -->
+ <!-- FileName: BOOLEANerr09 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19991116 -->
<!-- Section: 4.3 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test of not() with no argument. -->
<!-- ExpectedException: expected one argument -->
1.2 +3 -2 xml-xalan/test/tests/conf/boolean/err/booleanerr10.xsl
Index: booleanerr10.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/err/booleanerr10.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- booleanerr10.xsl 2000/12/16 02:12:19 1.1
+++ booleanerr10.xsl 2000/12/29 19:42:01 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: BOOLerr10 -->
+ <!-- FileName: BOOLEANerr10 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19991116 -->
<!-- Section: 4.3 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test of not() with too many arguments. -->
<!-- ExpectedException: expected one argument -->
1.2 +3 -2 xml-xalan/test/tests/conf/boolean/err/booleanerr11.xsl
Index: booleanerr11.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/err/booleanerr11.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- booleanerr11.xsl 2000/12/16 02:12:19 1.1
+++ booleanerr11.xsl 2000/12/29 19:42:01 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: BOOLerr11 -->
+ <!-- FileName: BOOLEANerr11 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19991116 -->
<!-- Section: 4.3 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test of boolean() with no argument. -->
<!-- ExpectedException: expected one argument -->
1.2 +3 -2 xml-xalan/test/tests/conf/boolean/err/booleanerr12.xsl
Index: booleanerr12.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/err/booleanerr12.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- booleanerr12.xsl 2000/12/16 02:12:19 1.1
+++ booleanerr12.xsl 2000/12/29 19:42:01 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: BOOLerr12 -->
+ <!-- FileName: BOOLEANerr12 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19991116 -->
<!-- Section: 4.3 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test of boolean() with too many arguments. -->
<!-- ExpectedException: expected one argument -->
1.2 +3 -2 xml-xalan/test/tests/conf/boolean/err/booleanerr13.xsl
Index: booleanerr13.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/err/booleanerr13.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- booleanerr13.xsl 2000/12/16 02:12:19 1.1
+++ booleanerr13.xsl 2000/12/29 19:42:01 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: BOOLerr13 -->
+ <!-- FileName: BOOLEANerr13 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19991116 -->
<!-- Section: 3.4 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Give lang() function too few arguments -->
<!-- ExpectedException: expected one argument -->
1.2 +4 -3 xml-xalan/test/tests/conf/boolean/err/booleanerr01.xsl
Index: booleanerr01.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/err/booleanerr01.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- booleanerr01.xsl 2000/12/16 02:12:19 1.1
+++ booleanerr01.xsl 2000/12/29 19:42:01 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: BOOLerr01 -->
+ <!-- FileName: BOOLEANerr01 -->
<!-- Document: http://www.w3.org/TR/xpath -->
<!-- DocVersion: 19991116 -->
<!-- Section: 3.4 -->
+ <!-- Creator: David Marston -->
<!-- Purpose: Test of invalid function that resembles "not". -->
<!-- ExpectedException: XSL Warning: Could not find function: nt -->
@@ -13,5 +14,5 @@
<xsl:value-of select="nt(true())"/>
</out>
</xsl:template>
-
+
</xsl:stylesheet>