Hi Someone noticed that in the chunked html output, there are spaces after the title that is the previous link and before the title that is the next link in the navfooter.
This seems to be a consequence of the (deliberate) insertion of a non-breaking space character in the stylesheets. See <xsl:template name="footer.navigation"/> in html/chunk-common.xsl in docbook-xsl-ns-1.78.1. The block <xsl:if test="$row2"/> does this, before or after the insertion of the titles (call to <xsl:apply-templates select="$prev" mode="object.title.markup"/>. Since the entire template is riddled with insertions of  , there is presumably a good reason, and I am reluctant to mess with this (e.g., just remove the <xsl:text> </xsl:text> before/after the object.title.markup (or indeed after/before the prev and next in row 1), without knowing why. David --------------------------------------------------------------------- To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org