dmarston    01/03/26 12:28:55

  Added:       test/tests/conf/math math105.xsl math105.xml
  Log:
  New case matched to newly-alleged bug in value-of.
  
  Revision  Changes    Path
  1.1                  xml-xalan/test/tests/conf/math/math105.xsl
  
  Index: math105.xsl
  ===================================================================
  <?xml version="1.0"?>
  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
  
    <!-- FileName: MATH105 -->
    <!-- Document: http://www.w3.org/TR/xpath -->
    <!-- DocVersion: 19991116 -->
    <!-- Section: 4.4 -->
    <!-- Creator: David Marston -->
    <!-- Purpose: Test what value-of does to a large number. -->
  
  <xsl:template match="doc">
    <out>
      <xsl:value-of select="9876543210"/>
    </out>
  </xsl:template>
  
  </xsl:stylesheet>
  
  
  
  1.1                  xml-xalan/test/tests/conf/math/math105.xml
  
  Index: math105.xml
  ===================================================================
  <?xml version="1.0"?>
  <doc>
    <n0>0</n0>
    <n1>1</n1>
    <n2>2</n2>
    <n3>3</n3>
    <n4>4</n4>
    <e>five</e>
  </doc>
  
  

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

Reply via email to