Re: DocBook xslTNG prerelease 2.0.7
Tony Graham <[email protected]> Mon, 6 Feb 2023 18:48:24 +0000
| Newsgroups | gmane.text.docbook.apps |
|---|---|
| Message-ID | <[email protected]> |
On 06/02/2023 15:23, Thomas Schraitle wrote: ... > No localization exists for "" or "". Using default "en". > Error at xsl:text on line 169 column 19 of functions.xsl: > XTMM9000 Processing terminated by xsl:message at line 169 in > functions.xsl Do you have any 'xml:lang=""' in your document(s)? It looks like the function [1] can really only generate 'No localization exists for "" or "".' if '$gentext-language' is not set (not that I know how to set it) and there's an 'xml:lang=""' somewhere in your document. The 'terminate="yes"' on line 168 does rather contradict the message that processing will continue with the default language. Regards, Tony Graham. -- Senior Architect XML Division Antenna House, Inc. ---- Skerries, Ireland [email protected] [1] https://github.com/docbook/xslTNG/blob/main/src/main/xslt/modules/functions.xsl#L139