Subject: RE: value-of formattting
From: "Diamond, Jason" <Jason.Diamond@xxxxxxx>
Date: Mon, 26 Mar 2001 11:29:35 -0600
|
Did you try enclosing it in quotes so that Xalan thinks it's a string?
<xsl:value-of select="'40000'"/>
I would hope that it doesn't try to format that for you.
Jason.
> -----Original Message-----
> From: Lors, Ben [mailto:Lors.Ben@xxxxxxxxxxxxx]
> Sent: Monday, March 26, 2001 9:15 AM
> To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
> Subject: 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? I realize I could use the format-number() function to
> get rid of the comma, but I was just curious as to why the
> processor insists on putting the comma in for me by default?
> Seems rather presumptious to assume what display format I'd
> like to see my number in. :) Thanks...
>
> Ben Lors
> Principal Financial Group
> Des Moines, IA
> lors.ben@xxxxxxxxxxxxx
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- value-of formattting
- Lors, Ben - Mon, 26 Mar 2001 12:23:33 -0500 (EST)
- <Possible follow-ups>
- Diamond, Jason - Mon, 26 Mar 2001 12:31:22 -0500 (EST) <=
- Lors, Ben - Mon, 26 Mar 2001 13:45:41 -0500 (EST)
- Lors, Ben - Mon, 26 Mar 2001 15:35:45 -0500 (EST)
|
|