Nick Bastin writes: >Does anybody have any examples of using xsl:format-number() with ICU >support? I'd like to just tell it what locale I'm using, but it >appears that we have to pass the number formats into the source XML >file so that we can pass the right number format to the function.
That function is intended to use explicit formatting only, *not* to consult any environmental settings. The design of named formats allows distribution of standardized ones with their own namespaced names, if anyone gets ambitious enough. .................David Marston
