diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-02-24 18:32:19 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-02-24 18:32:19 +0000 |
commit | 8f970960054d610b00d5858e0a0e89c24a49795e (patch) | |
tree | b9fc3378d02dd633809fb2caabd6ca77edfa7563 /stylesheets/xhtml | |
parent | bab55927796311a00a1c24851647a6c4d7ca591a (diff) |
Changed the Short Descriptions sections to table format for XHTML output.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4677 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets/xhtml')
-rw-r--r-- | stylesheets/xhtml/lfs-mixed.xsl | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/stylesheets/xhtml/lfs-mixed.xsl b/stylesheets/xhtml/lfs-mixed.xsl index 3c7e5deb3..c1c9e7b7f 100644 --- a/stylesheets/xhtml/lfs-mixed.xsl +++ b/stylesheets/xhtml/lfs-mixed.xsl @@ -33,35 +33,6 @@ </xsl:choose> </xsl:template> - - <!-- variablelist - <xsl:template match="variablelist"> - <div class="{name(.)}"> - <xsl:if test="title | bridgehead"> - <xsl:choose> - <xsl:when test="@role = 'materials'"> - <h2> - <xsl:value-of select="title | bridgehead"/> - </h2> - </xsl:when> - <xsl:otherwise> - <h3> - <xsl:value-of select="title | bridgehead"/> - </h3> - </xsl:otherwise> - </xsl:choose> - </xsl:if> - <dl> - <xsl:if test="@role"> - <xsl:attribute name="class"> - <xsl:value-of select="@role"/> - </xsl:attribute> - </xsl:if> - <xsl:apply-templates select="varlistentry"/> - </dl> - </div> - </xsl:template>--> - <!-- segementedlist --> <xsl:template match="seg"> <xsl:variable name="segnum" select="count(preceding-sibling::seg)+1"/> |