Actions
Support #3308
closedformat-date(xs:date('2017-06-23'),'[Mn]','es','ISO','es') outputs month name in French instead of Spanish
Start date:
2017-06-23
Due date:
% Done:
0%
Estimated time:
Legacy ID:
Applies to branch:
9.5
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:
Description
Dear Madam or Sir,
Please have a look at the problem that format-date() of SAXON EE 9.5.1.5 outputs monthnames and weekdays in French instead of Spanish when 'es' is specified as language as follows:
XSLT:
<xsl:value-of select="format-date(xs:date('2017-06-23'),'[Mn]','es','ISO','es')"/>
output:
juin
but should be
junio
Same for weekdays.
Could you please make a maintenance-release for 9.5 as I do not have time now to update to the latest version?
Thanks for your support and your otherwise great product
Best regards
Dietmar Moritz
MATISA SA Switzerland, www.matisa.ch
Files
Please register to edit this issue
Actions