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]
Other format: [Raw text]

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@virbus.de
www.virbus.de


 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]