Update of /cvsroot/csms/csms-core/src/resources/conf
In directory usw-pr-cvs1:/tmp/cvs-serv20065
Modified Files:
ScoringConfig.xsl
Log Message:
Fixed bug that meant some midfielders and forwards were being deducted points for coneeded goals (bug 633144)
Index: ScoringConfig.xsl
===================================================================
RCS file: /cvsroot/csms/csms-core/src/resources/conf/ScoringConfig.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ScoringConfig.xsl 2 Nov 2002 18:06:42 -0000 1.3
--- ScoringConfig.xsl 4 Nov 2002 12:17:36 -0000 1.4
***************
*** 1,4 ****
<?xml version="1.0" encoding="UTF-8" ?>
-
<!--
Document : BBCScoringConfigURL.xsl
--- 1,3 ----
***************
*** 8,579 ****
Transforms an Events XML document into a score XML document
-->
[...1420 lines suppressed...]
! </xsl:attribute>
!
! <xsl:attribute name="team">
! <xsl:value-of select="$playersTeam" />
! </xsl:attribute>
!
! <points>
! <xsl:value-of select="$points" />
! </points>
!
! <event>
! <type>
! <xsl:value-of select="$eventType" />
! </type>
! </event>
! </player>
! </xsl:template>
! </xsl:stylesheet>
|