docbook / xslt10-stylesheets

XSLT 1.0 Stylesheets for DocBook
98 stars 76 forks source link

fix issue #219 glossary sort not using full l10n sort order variables #233

Closed bobstayton closed 3 years ago

bobstayton commented 3 years ago

The glossary sorts using xsl:sort were sorting using the default &lowercase; and &uppercase; entities. But they needed to be updated to use the newer $lowercase and $uppercase variables that are set dynamically based on document language using &setup-language-variable;, so this pull requests makes those changes.