Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Both Mozilla and MSIE 6 nicely display additional information to a link.
I put ' title="{@title}"' in book2menu.xsl into the
<xsl:template name="unselected">
<a href="{@href}" title="{@title}"><xsl:value-of select="@label"/></a>
</xsl:template>
Now, when I add 'title="IndexBookTitle1"' to book.xml as in the next line,
<menu-item label="Index" href="index.html" title="IndexBookTitle1"/>,
this gets displayed very nicely!
Therefore, please enhance the two files accordingly in the distribution!
I put ' title="{@title}"' in book2menu.xsl into the
<xsl:template name="unselected">
<a href="{@href}" title="{@title}"><xsl:value-of select="@label"/></a>
</xsl:template>
Now, when I add 'title="IndexBookTitle1"' to book.xml as in the next line,
<menu-item label="Index" href="index.html" title="IndexBookTitle1"/>,
this gets displayed very nicely!
Therefore, please enhance the two files accordingly in the distribution!