Subject: Re: Numbers to Words
From: Dave Pawson <davep@xxxxxxxxxxxxx>
Date: Mon, 13 Jun 2005 16:41:22 +0100
|
On Mon, 2005-06-13 at 12:13 +0100, David Carlisle wrote:
> 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
Is it April 1, or did I miss something?
David, could you | would you, expand please?
--
Regards,
Dave Pawson
XSLT + Docbook FAQ
http://www.dpawson.co.uk
|