|
From: <rga...@us...> - 2002-11-16 16:44:37
|
Update of /cvsroot/csms/csms-core/src/resources/conf
In directory usw-pr-cvs1:/tmp/cvs-serv10720
Modified Files:
ScoringConfig.xsl
Log Message:
Record the game UID in each scoring event
Index: ScoringConfig.xsl
===================================================================
RCS file: /cvsroot/csms/csms-core/src/resources/conf/ScoringConfig.xsl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** ScoringConfig.xsl 10 Nov 2002 17:55:10 -0000 1.8
--- ScoringConfig.xsl 16 Nov 2002 16:44:34 -0000 1.9
***************
*** 25,28 ****
--- 25,29 ----
<xsl:template match="/">
<scores>
+
<!-- 4 points for every goal scored. -->
<xsl:call-template name="goalScorers" />
***************
*** 991,994 ****
--- 992,999 ----
<event>
+ <xsl:attribute name="gameUID">
+ <xsl:value-of select="//uid"/>
+ </xsl:attribute>
+
<points>
<xsl:value-of select="$points" />
|