dita4publishers / org.dita4publishers.html5

Generate complete HTML5-based Web sites from DITA files. Releases are in main dita4publishers project.
11 stars 4 forks source link

isActiveTrail does not take @copy-to into account #51

Closed drmacro closed 9 years ago

drmacro commented 9 years ago

See this line:

<xsl:variable name="isActiveTrail"  select="descendant::a[ends-with(@href, $resultUriFilename)]"/>

in map2html5Nav.xsl

It is only looking at @href, needs to consider @copy-to when present.