dmarston    02/04/12 09:50:17

  Modified:    test/tests/conf/boolean boolean57.xsl boolean02.xsl
                        boolean03.xsl boolean04.xsl boolean05.xsl
                        boolean06.xsl boolean07.xsl boolean08.xsl
                        boolean09.xsl boolean10.xsl boolean11.xsl
                        boolean12.xsl boolean13.xsl boolean14.xsl
                        boolean15.xsl boolean16.xsl boolean17.xsl
                        boolean18.xsl boolean19.xsl boolean20.xsl
                        boolean21.xsl boolean22.xsl boolean23.xsl
                        boolean24.xsl boolean25.xsl boolean26.xsl
                        boolean27.xsl boolean28.xsl boolean29.xsl
                        boolean30.xsl boolean31.xsl boolean32.xsl
                        boolean33.xsl boolean34.xsl boolean35.xsl
                        boolean36.xsl boolean37.xsl boolean38.xsl
                        boolean39.xsl boolean40.xsl boolean41.xsl
                        boolean42.xsl boolean44.xsl boolean45.xsl
                        boolean46.xsl boolean47.xsl boolean48.xsl
                        boolean49.xsl boolean50.xsl boolean51.xsl
                        boolean52.xsl boolean53.xsl boolean54.xsl
                        boolean55.xsl boolean01.xsl
  Log:
  Fix spec date, anticipating 1.0-vs.-2.0 differentiation.
  
  Revision  Changes    Path
  1.3       +1 -1      xml-xalan/test/tests/conf/boolean/boolean57.xsl
  
  Index: boolean57.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean57.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- boolean57.xsl     29 Dec 2000 19:41:15 -0000      1.2
  +++ boolean57.xsl     12 Apr 2002 16:50:15 -0000      1.3
  @@ -3,7 +3,7 @@
   
     <!-- FileName: boolean57 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19991008 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Creator: David Marston -->
     <!-- Purpose: Test that "or" doesn't evaluate right operand if left is 
true -->
  
  
  
  1.2       +4 -4      xml-xalan/test/tests/conf/boolean/boolean02.xsl
  
  Index: boolean02.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean02.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean02.xsl     16 Dec 2000 02:11:16 -0000      1.1
  +++ boolean02.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL02 -->
  +  <!-- FileName: boolean02 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of boolean "and" operator with both values true -->
   
  @@ -12,5 +12,5 @@
       <xsl:value-of select="true() and true()"/><xsl:text>,</xsl:text>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +4 -4      xml-xalan/test/tests/conf/boolean/boolean03.xsl
  
  Index: boolean03.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean03.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean03.xsl     16 Dec 2000 02:11:16 -0000      1.1
  +++ boolean03.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL03 -->
  +  <!-- FileName: boolean03 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of boolean "or" operator with two true values -->
   
  @@ -12,5 +12,5 @@
       <xsl:value-of select="true() or true()"/>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +4 -4      xml-xalan/test/tests/conf/boolean/boolean04.xsl
  
  Index: boolean04.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean04.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean04.xsl     16 Dec 2000 02:11:16 -0000      1.1
  +++ boolean04.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL04 -->
  +  <!-- FileName: boolean04 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of boolean "not" operator with true value. -->
   
  @@ -12,5 +12,5 @@
       <xsl:value-of select="not(true())"/>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +4 -4      xml-xalan/test/tests/conf/boolean/boolean05.xsl
  
  Index: boolean05.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean05.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean05.xsl     16 Dec 2000 02:11:16 -0000      1.1
  +++ boolean05.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL05 -->
  +  <!-- FileName: boolean05 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of boolean() function - conversion of empty string. -->
   
  @@ -12,5 +12,5 @@
       <xsl:value-of select="boolean('')"/>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +4 -4      xml-xalan/test/tests/conf/boolean/boolean06.xsl
  
  Index: boolean06.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean06.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean06.xsl     16 Dec 2000 02:11:16 -0000      1.1
  +++ boolean06.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL06 -->
  +  <!-- FileName: boolean06 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of ">" operator with false expected value. -->
   
  @@ -12,5 +12,5 @@
       <xsl:value-of select="1>2"/>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +4 -4      xml-xalan/test/tests/conf/boolean/boolean07.xsl
  
  Index: boolean07.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean07.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean07.xsl     16 Dec 2000 02:11:16 -0000      1.1
  +++ boolean07.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL07 -->
  +  <!-- FileName: boolean07 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of ">=" operators with expected false result. -->
   
  @@ -12,5 +12,5 @@
       <xsl:value-of select="1>=2"/>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +4 -4      xml-xalan/test/tests/conf/boolean/boolean08.xsl
  
  Index: boolean08.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean08.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean08.xsl     16 Dec 2000 02:11:16 -0000      1.1
  +++ boolean08.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL08 -->
  +  <!-- FileName: boolean08 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of lang() function -->
   
  @@ -14,5 +14,5 @@
   <xsl:template match="p">
     <xsl:value-of select="lang('en')"/><xsl:text>, </xsl:text>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +4 -4      xml-xalan/test/tests/conf/boolean/boolean09.xsl
  
  Index: boolean09.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean09.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean09.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean09.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL09 -->
  +  <!-- FileName: boolean09 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of false() function -->
   
  @@ -12,5 +12,5 @@
       <xsl:value-of select="false()"/>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +4 -4      xml-xalan/test/tests/conf/boolean/boolean10.xsl
  
  Index: boolean10.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean10.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean10.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean10.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL10 -->
  +  <!-- FileName: boolean10 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of the '=' operator for true. -->
   
  @@ -12,5 +12,5 @@
       <xsl:value-of select="1=1"/>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +4 -4      xml-xalan/test/tests/conf/boolean/boolean11.xsl
  
  Index: boolean11.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean11.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean11.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean11.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL11 -->
  +  <!-- FileName: boolean11 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of '=' operator for false. -->
   
  @@ -12,5 +12,5 @@
       <xsl:value-of select="1=2"/>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +4 -4      xml-xalan/test/tests/conf/boolean/boolean12.xsl
  
  Index: boolean12.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean12.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean12.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean12.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL12 -->
  +  <!-- FileName: boolean12 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of '=' operator on two numbers, one having decimal 
point and zeroes after -->
   
  @@ -12,5 +12,5 @@
       <xsl:value-of select="1 = 1.00"/>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +4 -4      xml-xalan/test/tests/conf/boolean/boolean13.xsl
  
  Index: boolean13.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean13.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean13.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean13.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL13 -->
  +  <!-- FileName: boolean13 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of '=' operator with positive and negative zero. -->
   
  @@ -12,5 +12,5 @@
       <xsl:value-of select="0 = -0"/>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +4 -4      xml-xalan/test/tests/conf/boolean/boolean14.xsl
  
  Index: boolean14.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean14.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean14.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean14.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL14 -->
  +  <!-- FileName: boolean14 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of '=' operator with one number with leading zero, one 
not. -->
   
  @@ -12,5 +12,5 @@
       <xsl:value-of select="1 = '001'"/>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +3 -3      xml-xalan/test/tests/conf/boolean/boolean15.xsl
  
  Index: boolean15.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean15.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean15.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean15.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
     <!-- FileName: BOOL15 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of '=' operator, true value compared against a 
non-empty string. -->
   
  @@ -12,5 +12,5 @@
       <xsl:value-of select="true()='0'"/>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +4 -4      xml-xalan/test/tests/conf/boolean/boolean16.xsl
  
  Index: boolean16.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean16.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean16.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean16.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL16 -->
  +  <!-- FileName: boolean16 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of '=' operator, false value compared against an empty 
string. -->
   
  @@ -12,5 +12,5 @@
       <xsl:value-of select="false()=''"/>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +4 -4      xml-xalan/test/tests/conf/boolean/boolean17.xsl
  
  Index: boolean17.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean17.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean17.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean17.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL17 -->
  +  <!-- FileName: boolean17 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of '=' operator, true value compared against a non-zero 
number. -->
   
  @@ -12,5 +12,5 @@
       <xsl:value-of select="true()=2"/>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +4 -4      xml-xalan/test/tests/conf/boolean/boolean18.xsl
  
  Index: boolean18.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean18.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean18.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean18.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL18 -->
  +  <!-- FileName: boolean18 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of '=' operator, false value compared against zero. -->
   
  @@ -12,5 +12,5 @@
       <xsl:value-of select="false()=0"/>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +4 -4      xml-xalan/test/tests/conf/boolean/boolean19.xsl
  
  Index: boolean19.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean19.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean19.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean19.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL19 -->
  +  <!-- FileName: boolean19 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of boolean "and" operator with both values false -->
   
  @@ -12,5 +12,5 @@
       <xsl:value-of select="false() and false()"/><xsl:text>,</xsl:text>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +4 -4      xml-xalan/test/tests/conf/boolean/boolean20.xsl
  
  Index: boolean20.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean20.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean20.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean20.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL20 -->
  +  <!-- FileName: boolean20 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 Booleans -->
     <!-- Purpose: Test of boolean "and" operator with two strings;
          strings are evaluated to True if there length > 1.    -->
  @@ -13,5 +13,5 @@
       <xsl:value-of select="'foo' and 'fop'"/>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +4 -4      xml-xalan/test/tests/conf/boolean/boolean21.xsl
  
  Index: boolean21.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean21.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean21.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean21.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL21 -->
  +  <!-- FileName: boolean21 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of boolean "and" operator with one value true and one 
value false -->
   
  @@ -12,5 +12,5 @@
       <xsl:value-of select="true() and false()"/><xsl:text>,</xsl:text>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +4 -4      xml-xalan/test/tests/conf/boolean/boolean22.xsl
  
  Index: boolean22.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean22.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean22.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean22.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL22 -->
  +  <!-- FileName: boolean22 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of boolean "and" operator with one value false and one 
value true -->
   
  @@ -12,5 +12,5 @@
       <xsl:value-of select="false() and true()"/><xsl:text>,</xsl:text>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +4 -4      xml-xalan/test/tests/conf/boolean/boolean23.xsl
  
  Index: boolean23.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean23.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean23.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean23.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL23 -->
  +  <!-- FileName: boolean23 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of boolean "and" operator with two strings that look 
like numbers -->
   
  @@ -12,5 +12,5 @@
       <xsl:value-of select="'1' and '0'"/>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean24.xsl
  
  Index: boolean24.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean24.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean24.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean24.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL24 -->
  +  <!-- FileName: boolean24 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of boolean "or" operator with true first, then false -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean25.xsl
  
  Index: boolean25.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean25.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean25.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean25.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL25 -->
  +  <!-- FileName: boolean25 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of boolean "or" operator, false first, then true -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean26.xsl
  
  Index: boolean26.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean26.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean26.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean26.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL26 -->
  +  <!-- FileName: boolean26 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of boolean "or" operator with two false values -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean27.xsl
  
  Index: boolean27.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean27.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean27.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean27.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL27 -->
  +  <!-- FileName: boolean27 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of boolean "or" operator, numeric vs. empty string -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean28.xsl
  
  Index: boolean28.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean28.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean28.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean28.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL28 -->
  +  <!-- FileName: boolean28 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of boolean "not" operator on a false -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean29.xsl
  
  Index: boolean29.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean29.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean29.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean29.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL29 -->
  +  <!-- FileName: boolean29 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of boolean "not" operator on a true expression -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean30.xsl
  
  Index: boolean30.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean30.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean30.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean30.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL30 -->
  +  <!-- FileName: boolean30 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of boolean "not" operator on a false expression -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean31.xsl
  
  Index: boolean31.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean31.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean31.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean31.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL31 -->
  +  <!-- FileName: boolean31 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of boolean "not" operator on an empty string -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean32.xsl
  
  Index: boolean32.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean32.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean32.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean32.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL32 -->
  +  <!-- FileName: boolean32 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of boolean "not" operator on a string -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean33.xsl
  
  Index: boolean33.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean33.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean33.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean33.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL33 -->
  +  <!-- FileName: boolean33 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 4.3 -->
     <!-- Purpose: Test of boolean() function, converting a non-empty string to 
true -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean34.xsl
  
  Index: boolean34.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean34.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean34.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean34.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL34 -->
  +  <!-- FileName: boolean34 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 4.3 -->
     <!-- Purpose: Test of boolean() function, converting a zero to false -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean35.xsl
  
  Index: boolean35.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean35.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean35.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean35.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL35 -->
  +  <!-- FileName: boolean35 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 4.3 -->
     <!-- Purpose: Test of boolean() function, converting a -0 to false -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean36.xsl
  
  Index: boolean36.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean36.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean36.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean36.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL36 -->
  +  <!-- FileName: boolean36 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 4.3 -->
     <!-- Purpose: Test of boolean() function, converting a non-zero number to 
true -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean37.xsl
  
  Index: boolean37.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean37.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean37.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean37.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL37 -->
  +  <!-- FileName: boolean37 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 4.3 -->
     <!-- Purpose: Test of boolean() function, converting a problem expression 
to true -->
   
  
  
  
  1.2       +4 -4      xml-xalan/test/tests/conf/boolean/boolean38.xsl
  
  Index: boolean38.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean38.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean38.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean38.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,10 +1,10 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL38 -->
  -  <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  -  <!-- Section: ??? -->
  +  <!-- FileName: boolean38 -->
  +  <!-- Document: http://www.w3.org/TR/xslt -->
  +  <!-- DocVersion: 19991116 -->
  +  <!-- Section: 7.6.1 -->
     <!-- Purpose: Display a problem expression -->
   
   <xsl:template match="doc">
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean39.xsl
  
  Index: boolean39.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean39.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean39.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean39.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL39 -->
  +  <!-- FileName: boolean39 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 4.3 -->
     <!-- Purpose: Test of boolean() function, converting a problem expression 
-->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean40.xsl
  
  Index: boolean40.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean40.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean40.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean40.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL40 -->
  +  <!-- FileName: boolean40 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 4.3 -->
     <!-- Purpose: Test of boolean() function, converting a node-set to true -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean41.xsl
  
  Index: boolean41.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean41.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean41.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean41.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL41 -->
  +  <!-- FileName: boolean41 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 4.3 -->
     <!-- Purpose: Test of boolean() function, converting an empty node-set to 
false -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean42.xsl
  
  Index: boolean42.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean42.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean42.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean42.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL42 -->
  +  <!-- FileName: boolean42 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 4.3 -->
     <!-- Purpose: Test of boolean() function, converting a result tree 
fragment -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean44.xsl
  
  Index: boolean44.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean44.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean44.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean44.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL44 -->
  +  <!-- FileName: boolean44 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of ">" operator -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean45.xsl
  
  Index: boolean45.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean45.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean45.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean45.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL45 -->
  +  <!-- FileName: boolean45 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of ">" operator -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean46.xsl
  
  Index: boolean46.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean46.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean46.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean46.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL46 -->
  +  <!-- FileName: boolean46 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of "<" operator -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean47.xsl
  
  Index: boolean47.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean47.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean47.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean47.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL47 -->
  +  <!-- FileName: boolean47 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of "<" operator -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean48.xsl
  
  Index: boolean48.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean48.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean48.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean48.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL48 -->
  +  <!-- FileName: boolean48 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of "<" operator -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean49.xsl
  
  Index: boolean49.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean49.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean49.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean49.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL49 -->
  +  <!-- FileName: boolean49 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of ">" operator -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean50.xsl
  
  Index: boolean50.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean50.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean50.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean50.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL50 -->
  +  <!-- FileName: boolean50 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of ">" operator -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean51.xsl
  
  Index: boolean51.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean51.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean51.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean51.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL51 -->
  +  <!-- FileName: boolean51 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of "<=" operator -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean52.xsl
  
  Index: boolean52.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean52.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean52.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean52.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL52 -->
  +  <!-- FileName: boolean52 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of ">=" operator -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean53.xsl
  
  Index: boolean53.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean53.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean53.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean53.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL53 -->
  +  <!-- FileName: boolean53 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of "<=" operator -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean54.xsl
  
  Index: boolean54.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean54.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean54.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean54.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL54 -->
  +  <!-- FileName: boolean54 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of "<=" operator -->
   
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf/boolean/boolean55.xsl
  
  Index: boolean55.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean55.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean55.xsl     16 Dec 2000 02:11:17 -0000      1.1
  +++ boolean55.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL55 -->
  +  <!-- FileName: boolean55 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of "<=" operator -->
   
  
  
  
  1.2       +4 -4      xml-xalan/test/tests/conf/boolean/boolean01.xsl
  
  Index: boolean01.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/boolean/boolean01.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- boolean01.xsl     16 Dec 2000 02:11:16 -0000      1.1
  +++ boolean01.xsl     12 Apr 2002 16:50:15 -0000      1.2
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: BOOL01 -->
  +  <!-- FileName: boolean01 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
  -  <!-- DocVersion: 19990922 -->
  +  <!-- DocVersion: 19991116 -->
     <!-- Section: 3.4 -->
     <!-- Purpose: Test of true() -->
   
  @@ -12,5 +12,5 @@
       <xsl:value-of select="true()"/>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to