Click here to Skip to main content
15,884,629 members
Articles / Programming Languages / XSLT

XSLT Number to String Transformation II

Rate me:
Please Sign up or sign in to vote.
3.67/5 (4 votes)
17 Jul 2009CPOL2 min read 29.4K   105   4  
XSLT Number to String Transformation for Hindi Language
<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="TransformNumberHindi.xslt" ?>
<numbers>
  <number>87325648963</number>
  <number>68765</number>
  <number>786</number>
  <number>7</number>
  <number>0404</number>
  <number>4004</number>
  <number>400000000</number>
  <number>7689874646</number>
  <number>2658970</number>
  <number>9879656456</number>
  <number>87694834987</number>
  <number>120415006840089000483</number>
  <number>1204150068400890004830</number>
  <number>87</number>
</numbers>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Team Leader M*Modal
India India
Started carreer with CEERI, Delhi, India as a C Programmer in 2004 and migrated my learning experiance to C#.Net in 2005 with DIGISIGN Noida, Joined Bally in 2006, worked with JK Technosoft since Jun 2007 till Apr 2009, joined back Bally in June 2009 and joined Misys in June 2010. Worked in different domains such as Casino Management, Digital Signage, and Medical and currently working M*Modal as Lead - Product Development.

Comments and Discussions