You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/03/26 01:43:50 UTC

[Bug 1109] Changed - Bug in xsl:value-of select="format-number(pos_price, '#,##0.0000')"/>

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1109

*** shadow/1109	Sun Mar 25 12:55:23 2001
--- shadow/1109.tmp.10780	Sun Mar 25 15:43:50 2001
***************
*** 259,262 ****
  			</td>
  		</tr>
  	</xsl:template>
! </xsl:stylesheet>
--- 259,276 ----
  			</td>
  		</tr>
  	</xsl:template>
! </xsl:stylesheet>
! 
! ------- Additional Comments From garyp@firstech.com  2001-03-25 15:43 -------
! I tried to recreate this problem but everything works fine for me.  The supplied 
! example XML given does not trigger the template containing the format-number 
! function because of the predicate on the first match="position" template.  So, I  
! duplicated the <Position> element and its subelements so that there would be two  
! <Position> children of <Database>.  This caused the format-number function to be 
! triggered and it worked without error.  I tried several numeric text values for 
! the <pos_price> element and they all seemed to work just fine.  Perhaps this 
! problem is data-related and you could supply the full XML which causes the 
! reported failure.
! 
! Thanks,
! Gary