xsl-list
[Top] [All Lists]

Re: [xsl] Format Phone number

2009-12-21 06:34:09
Hi Michael,
I finally got it working with this.

<xsl:decimal-format name="phonenumber" decimal-separator="-" grouping-separator="&#x2011;"/> <xsl:variable name="poval1" select='format-number(1234567890 div 10000,"0&#x2011;000-0000", "phonenumber")'/>
do you think is this good approach?


Thanks,
Anil

Michael Kay wrote:
thanks for your response. this is returing me xx-xxxx-xxxx format not xxx-xxx-xxxx.

what could be the issue.

That looks like a bug in your XSLT processor.

(But this is not the way I would recommend tackling this problem).

Regards,

Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--





--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>