Subject: Re: [xsl] Numbers to Words From: Sajeesh N Kakkat <ksajeesh@xxxxxxxxxx> Date: Mon, 13 Jun 2005 13:23:14 +0200 |
Hi David, I tried this but I want the output in a different metric system . like this -- SIX CRORE FIFTY THREE LAKH(S) FOURTEEN THOUSAND ONE HUNDRED FORTY TWO. Is there anyway to change it ? Thanks and regards, Sajeesh ______________________ SATURN TOWER, IBM Bereich, 1. Stock, Leonhard Bernstein Strasse 10, 1220 Wien Tel. (+43 1) 21145-2264 David Carlisle <davidc@xxxxxxxxx > To xsl-list@xxxxxxxxxxxxxxxxxxxxxx 06/13/2005 01:13 cc PM Subject Re: [xsl] Numbers to Words Please respond to xsl-list This will be particularly easy in xslt2: <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"> <xsl:output method="text" /> <xsl:template match="/"> <xsl:number value="65314142" format="w"/> </xsl:template> </xsl:stylesheet> $ saxon8 words.xsl words.xsl sixty five million three hundred and fourteen thousand one hundred and forty two David ________________________________________________________________________ This e-mail has been scanned for all viruses by Star. The service is powered by MessageLabs. For more information on a proactive anti-virus service working around the clock, around the globe, visit: http://www.star.net.uk ________________________________________________________________________
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Numbers to Words, David Carlisle | Thread | Re: [xsl] Numbers to Words, Dave Pawson |
RE: [xsl] Re: [exslt] Re: [xsl] Imp, Ben Robb | Date | Re: [xsl] Re: [exslt] Re: [xsl] Imp, Dimitre Novatchev |
Month |