Subject: AW: AW: Formatting of numbers, dynamically
From: "Braumuller, Hans" <h.braumueller@xxxxxxxxxxxx>
Date: Thu, 14 Mar 2002 14:54:55 +0100
|
Danke,
Hans Braumuller
---
http://crosses.net
http://kunstserie.com
---
> -----Ursprungliche Nachricht-----
> Von: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]Im Auftrag von Joerg
> Heinicke
> Gesendet: Donnerstag, 14. Marz 2002 13:27
> An: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Betreff: Re: AW: Formatting of numbers, dynamically
>
>
> > I have two questions about it:
> >
> > 1.How can i convert it to following number format
> > 12.999.999.999,00
> > (exchanging point with comma)
>
> <xsl:decimal-format grouping-separator="." decimal-separator=","/>
>
> > 2. How can i elimante from the output these
> > #,##0.00
>
> Remove the line <xsl:value-of select="$format-string"/><br/>.
>
> Regards,
>
> Joerg
>
> --
>
> System Development
> VIRBUS AG
> Fon +49(0)341-979-7411
> Fax +49(0)341-979-7409
> joerg.heinicke@xxxxxxxxx
> www.virbus.de
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|