[Mono-bugs] [Bug 77781][Nor] Changed - Possible Xpath sort problem
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Mar 14 05:18:38 EST 2006
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 hugobendelin at hotmail.com.
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 hugobendelin at hotmail.com 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/score[@goal=$player])" />
+<xsl:variable name="assist"
+select="count(/matches/match/score[@ass=$player])" />
+<xsl:value-of select="$goals + $ass" />
+<xsl:value-of select="$goals" />
+<xsl:value-of select="$ass" />
More information about the mono-bugs
mailing list