Normalizing spaces in glossary hovertip text (webhelp)
Posted: Mon Oct 06, 2014 1:41 pm
The hovertip text that is created for glossary entries in the webhelp output includes extraneous spaces and returns. I looked in the dita2htmlImpl.xsl file but in spite of finding the template I couldn't figure out where there might be a missing normalize-space.
I'd appreciate your help.
Regards
Rodrik
Code: Select all
<xsl:template match="*[contains(@class, ' topic/term ')]" name="topic.term">
I'd appreciate your help.
Regards
Rodrik