Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77781 --- shadow/77781 2006-03-14 01:17:11.000000000 -0500 +++ shadow/77781.tmp.15843 2006-03-14 05:18:38.000000000 -0500 @@ -204,6 +204,18 @@ ... ... So nothing looks wrong. + +------- Additional Comments From [EMAIL PROTECTED] 2006-03-14 05:18 ------- +How stupid of me. I forgot, this should stand for the ... in the xsl +file. Very sorry. + +<xsl:variable name="goals" +select="count(/matches/match/[EMAIL PROTECTED])" /> +<xsl:variable name="assist" +select="count(/matches/match/[EMAIL PROTECTED])" /> +<xsl:value-of select="$goals + $ass" /> +<xsl:value-of select="$goals" /> +<xsl:value-of select="$ass" /> _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
