Project

Profile

Help

Saxon HE 10.6: format-date() still outputting prefix although language is declared

Added by Daniel Zimmel almost 2 years ago

According to the documentation, using language with format-date() should work in all editions. It is not working for me when using HE. Is this related to https://saxonica.plan.io/issues/4582 ?

format-date(xs:date('2022-03-29'), '[D]. [MNn] [Y]', 'de', (), ())

Running in 10.6 EE:

Result: 29. März 2022

Running in 10.6 HE:

Result: [Language: en]29. March 2022

Windows 10, but also with Saxon 10.3 HE in Linux Locale is de


Replies (3)

Please register to reply

RE: Saxon HE 10.6: format-date() still outputting prefix although language is declared - Added by Michael Kay almost 2 years ago

Please see

https://www.saxonica.com/documentation10/index.html#!configuration/configuration-file/config-localizations

in particular, note:

Note that numberers for various European languages (da, de, fr, dr-BE, it, nl, nl-BE, sv) are supplied in package net.sf.saxon.option.local. In Saxon-PE and Saxon-EE these are compiled into the standard JAR file, but they are not configured by default. In Saxon-HE they are not built-in to the product, but can be integrated from the supplied source code in the same way as user-written localizations.

The "supplied source code" is in the repository at

https://saxonica.plan.io/projects/saxon/repository/he/revisions/master/show/latest10/hej/net/sf/saxon/option/local

RE: Saxon HE 10.6: format-date() still outputting prefix although language is declared - Added by Daniel Zimmel almost 2 years ago

Thanks for the clarification - somewhat hidden in the documentation

RE: Saxon HE 10.6: format-date() still outputting prefix although language is declared - Added by Michael Kay almost 2 years ago

Yes, sorry about that. Some products have too little documentation, we definitely have too much, but it's not an easy problem to solve.

    (1-3/3)

    Please register to reply