RE: [xsl] value-of formattting

Subject: RE: [xsl] value-of formattting
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Mon, 26 Mar 2001 18:35:56 +0100
> I'm using a Xalan processor and am slightly annoyed at one 
> specific behavior.  When I use, for example, <xsl:value-of 
> select="40000"/>, the result I see is "40,000" (with the 
> comma).  Is there a way to get it to output without the 
> comma? 

This behavior is incorrect, I would submit a bug report.

You could try converting to a string first, select="string(40000)"

Mike Kay

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread