Update of /cvsroot/cppunit/cppunit/contrib/xml-xsl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19283/contrib/xml-xsl
Modified Files:
report.xsl
Log Message:
* contrib/xml-xsl/report.xsl: reported correction posted on the wiki.
Index: report.xsl
===================================================================
RCS file: /cvsroot/cppunit/cppunit/contrib/xml-xsl/report.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** report.xsl 19 Apr 2002 10:54:19 -0000 1.4
--- report.xsl 4 Mar 2006 20:58:04 -0000 1.5
***************
*** 1,5 ****
<?xml version="1.0" encoding='shift_jis' standalone='yes' ?>
! <xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl" version="1.0" xml:lang="ja">
<xsl:template match="/">
--- 1,5 ----
<?xml version="1.0" encoding='shift_jis' standalone='yes' ?>
! <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xml:lang="ja">
<xsl:template match="/">
***************
*** 67,72 ****
</xsl:template>
! <xsl:template match="SucessfulTests">
! <H2>SucessfulTests</H2>
<xsl:choose>
<xsl:when test="Test">
--- 67,72 ----
</xsl:template>
! <xsl:template match="SuccessfulTests">
! <H2>SuccessfulTests</H2>
<xsl:choose>
<xsl:when test="Test">
|