Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with glossentry/@sortas #171

Closed
frank-steimke opened this issue Aug 20, 2022 · 0 comments · Fixed by #172
Closed

Error with glossentry/@sortas #171

frank-steimke opened this issue Aug 20, 2022 · 0 comments · Fixed by #172

Comments

@frank-steimke
Copy link

Hi,

a glossentry with a @Sortas attribute leads to an error: "more than one item".
Caused by a bug in glossary.xsl line 27 which is
<xsl:sort select="(@sortas, normalize-space(db:glossterm[1]))" but should be
<xsl:sort select="(@sortas, normalize-space(db:glossterm))[1]"

DocBook xslTNG version 1.8.0 / 4af8cdd / SAXON PE 9.9.1.7

Greetings,
Frank Steimke

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant