dmarston    2002/10/29 13:05:56

  Added:       test/tests/conf/boolean boolean90.xsl boolean90.xml
  Log:
  A good case to have for the future.
  
  Revision  Changes    Path
  1.1                  xml-xalan/test/tests/conf/boolean/boolean90.xsl
  
  Index: boolean90.xsl
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
  
    <!-- FileName: boolean90 -->
    <!-- Document: http://www.w3.org/TR/xpath -->
    <!-- DocVersion: 19991116 -->
    <!-- Section: 4.3 -->
    <!-- Creator: David Marston -->
    <!-- Purpose: Test of boolean() on string "1". -->
  
  <xsl:output method="xml" indent="no" encoding="UTF-8"/>
  
  <xsl:template match="doc">
    <out>
      <xsl:value-of select="boolean('1')"/>
    </out>
  </xsl:template>
  
  </xsl:stylesheet>
  
  
  1.1                  xml-xalan/test/tests/conf/boolean/boolean90.xml
  
  Index: boolean90.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <doc/>
  
  

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

Reply via email to