[ejuf-cvs] ejuf/src/xdocs/template template.xsl,1.7,1.8
Brought to you by:
fbos
|
From: <fb...@us...> - 2002-11-29 19:19:23
|
Update of /cvsroot/ejuf/ejuf/src/xdocs/template
In directory sc8-pr-cvs1:/tmp/cvs-serv14983/template
Modified Files:
template.xsl
Log Message:
Updated information about JUnit and assertions class extension implementers
Index: template.xsl
===================================================================
RCS file: /cvsroot/ejuf/ejuf/src/xdocs/template/template.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** template.xsl 19 Nov 2002 04:15:31 -0000 1.7
--- template.xsl 29 Nov 2002 19:19:20 -0000 1.8
***************
*** 150,153 ****
--- 150,171 ----
</xsl:template>
+ <xsl:template match="html:h1">
+ <h1>
+ <xsl:apply-templates/>
+ </h1>
+ </xsl:template>
+
+ <xsl:template match="html:h2">
+ <h2>
+ <xsl:apply-templates/>
+ </h2>
+ </xsl:template>
+
+ <xsl:template match="html:h3">
+ <h3>
+ <xsl:apply-templates/>
+ </h3>
+ </xsl:template>
+
<xsl:template match="html:li">
<li>
|