diff options
author | William Victor Mote <vmote@apache.org> | 2003-04-07 18:44:23 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-04-07 18:44:23 +0000 |
commit | 2d96c24856c89b8848853d75ac390606f966410e (patch) | |
tree | 3a1e8c34e914cc12c90fa273c4738dbc8a0f5018 /src/documentation/resources | |
parent | b432540a2b02d1e398a0d2639608ce8bf01b9f71 (diff) | |
download | xmlgraphics-fop-2d96c24856c89b8848853d75ac390606f966410e.tar.gz xmlgraphics-fop-2d96c24856c89b8848853d75ac390606f966410e.zip |
Make level-2 items <strong> in the TOC.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196231 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/resources')
-rw-r--r-- | src/documentation/resources/stylesheets/compliance2html.xsl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/documentation/resources/stylesheets/compliance2html.xsl b/src/documentation/resources/stylesheets/compliance2html.xsl index 8cd55f930..6462a4020 100644 --- a/src/documentation/resources/stylesheets/compliance2html.xsl +++ b/src/documentation/resources/stylesheets/compliance2html.xsl @@ -100,6 +100,7 @@ <xsl:text>-</xsl:text> <xsl:value-of select="@ref-name"/> </xsl:variable> + <strong> <a> <xsl:attribute name="href"> <xsl:value-of select="$href-level-2"/> @@ -107,6 +108,7 @@ <xsl:value-of select="@name"/> </a> <xsl:text>: </xsl:text> + </strong> <xsl:for-each select="level-3"> <xsl:variable name="href-level-3"> <xsl:text>#</xsl:text> |