Hello,
TW>i've been trying to perform a sort on a group of data but i keep getting the
TW>following error:
TW>Warning [code:464] [URI:file:/home/me/work/group2.xsl] [line:21]
TW>[node:element '<xsl:for-each>']
TW>unsupported language 'en'
What system is this? Most likely the default language for your system is
not present. If this is Unix, do "man setlocale" and see the FILES section
and check what locales your system supports (it'll point you probably at a
directory of locale files). All POSIX systems should support the "C" and
"POSIX" locales (which are basically the same; ASCIIbetical sorting), so
adding a lang="C" to your <xsl:sort/> should solve the problem in the
short term.
Humbly,
Andrew
----------------------------------------------------------------------
Andrew Ho http://www.tellme.com/ [EMAIL PROTECTED]
Engineer [EMAIL PROTECTED] Voice 650-930-9062
Tellme Networks, Inc. 1-800-555-TELL Fax 650-930-9101
----------------------------------------------------------------------