You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: