shannon 2002/07/03 19:36:02 Modified: src/documentation/stylesheets Tag: cocoon_2_0_3_branch book2menu.xsl document2html.xsl Log: sync with HEAD Revision Changes Path No revision No revision 1.3.2.3 +1 -1 xml-cocoon2/src/documentation/stylesheets/book2menu.xsl Index: book2menu.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/stylesheets/book2menu.xsl,v retrieving revision 1.3.2.2 retrieving revision 1.3.2.3 diff -u -r1.3.2.2 -r1.3.2.3 --- book2menu.xsl 7 Jun 2002 20:13:15 -0000 1.3.2.2 +++ book2menu.xsl 4 Jul 2002 02:36:02 -0000 1.3.2.3 @@ -24,7 +24,7 @@ <xsl:variable name="encLabel" select="NetUtils:encodePath(@label)"/> <tr> <td valign="top" bgcolor="#959595" background="images/label-background_b.gif"> - <img src="images/separator.gif"/><br/> + <img src="images/separator.gif" height="6" width="120"/><br/> <span class="menutitle"><xsl:value-of select="@label"/></span></td> </tr> <xsl:apply-templates/> 1.4.2.1 +28 -11 xml-cocoon2/src/documentation/stylesheets/document2html.xsl Index: document2html.xsl =================================================================== RCS file: /home/cvs/xml-cocoon2/src/documentation/stylesheets/document2html.xsl,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -u -r1.4 -r1.4.2.1 --- document2html.xsl 6 Mar 2002 17:24:47 -0000 1.4 +++ document2html.xsl 4 Jul 2002 02:36:02 -0000 1.4.2.1 @@ -139,7 +139,7 @@ <!-- ====================================================================== --> <!-- list section --> <!-- ====================================================================== --> - <xsl:template match="ul|ol|dl"> + <xsl:template match="ul|ol"> <blockquote> <xsl:copy> <xsl:apply-templates/> @@ -150,21 +150,38 @@ <xsl:copy><font face="verdana, helvetica, sans serif"> <xsl:apply-templates/> </font> -</xsl:copy> </xsl:template> + </xsl:copy> + </xsl:template> <xsl:template match="sl"> <ul> <xsl:apply-templates/> </ul> </xsl:template> - <xsl:template match="dt"> - <li><font face="verdana, helvetica, sans serif"> - <strong> - <xsl:value-of select="."/> - </strong> - <xsl:text> - </xsl:text> - <xsl:apply-templates select="dd"/></font> - </li> - </xsl:template> + + <xsl:template match="dl"> + <blockquote> + <font face="verdana, helvetica, sans serif"> + <dl> + <xsl:apply-templates/> + </dl> + </font> + </blockquote> + </xsl:template> + + <xsl:template match="dt"> + <dt> + <strong> + <xsl:apply-templates/> + </strong> + <xsl:text> - </xsl:text> + </dt> + </xsl:template> + <xsl:template match="dd"> + <dd> + <xsl:apply-templates/> + </dd> + </xsl:template> + <!-- ====================================================================== --> <!-- table section --> <!-- ====================================================================== -->
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]