This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: value-of formattting


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]