xsl-list
[Top] [All Lists]

[xsl] Phonetic Sorting for Japanese Language

2006-04-21 04:29:07

I want to sort countries ( in Japanese language-  Katakana/Kanji  script)
by Phonetic Sort order (and NOT by Alphabetic Sort order) . The country
names are picked from a xml  of the form as below
...
<countryname>エルサルバドル</countryname>
<countryname>オーストリア</countryname>
<countryname>韓国 </countryname>
<countryname></countryname>
<countryname>ギリシ</countryname>
<countryname>オランエ焉扤\xA9</countryname>
...
I tried to sort in XSL as below but none of these show the correct sort
order.
.......
<xsl:sort select="." lang="ja" />
.......
...OR ....
<xsl:sort select="." lang="ja-JP" />
.......
Can anybody please give light on this issue ?







--~------------------------------------------------------------------
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>