You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2002/01/17 00:11:40 UTC

cvs commit: xml-xalan/test/tests/conf/boolean boolean81.xsl boolean81.xml

dmarston    02/01/16 15:11:40

  Added:       test/tests/conf/boolean boolean81.xsl boolean81.xml
  Log:
  New cases to confirm bugs more easily.
  
  Revision  Changes    Path
  1.1                  xml-xalan/test/tests/conf/boolean/boolean81.xsl
  
  Index: boolean81.xsl
  ===================================================================
  <?xml version="1.0"?> 
  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  
    <!-- FileName: boolean81 -->
    <!-- Document: http://www.w3.org/TR/xpath -->
    <!-- DocVersion: 19991116 -->
    <!-- Section: 3.4 -->
    <!-- Creator: David Marston -->
    <!-- Purpose: Test of '=' operator with one number with leading zero, one not. Reverse order of boolean14.-->
  
  <xsl:template match="/">
    <out>
      <xsl:value-of select="'001' = 1"/>
    </out>
  </xsl:template>
   
  </xsl:stylesheet>
  
  
  
  1.1                  xml-xalan/test/tests/conf/boolean/boolean81.xml
  
  Index: boolean81.xml
  ===================================================================
  <?xml version="1.0"?>
  <doc>
  </doc>
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org