Wireless: News and Alerts Update Services Free News Headlines Live Radio Streaming CBC Newscasts
Euro 2004

Pool standings
<%@ page language="java" contentType="text/html" %> <%@ page import="javax.xml.transform.*"%> <%@ page import="javax.xml.transform.stream.*"%> <% /** * This JSP may use PMA to set param1 in the * foo.xsl stylesheet before using the * stylesheet to transform foo.xml * and outputing the result. * HTML tags are not in this release, as it is an include and requires none. * The xincludes folder is at the root of the sports directory. * To use: * * @authors Paul Campbell seapwc@halcyon.com, Khal Shariff khal_shariff@cbc.ca * @version $Id: transFormer.jsp,v 1.2 2004/06/08 21:10:10 shariffk Exp $ */ String docPath = application.getRealPath("/"); String furtherPath = ""; docPath = docPath + furtherPath; String paramValue = request.getParameter("PMA"); String xmlFile = request.getParameter("XML"); String xslFile = request.getParameter("XSL"); xmlFile = docPath + xmlFile; xslFile = docPath + xslFile; TransformerFactory tFactory = TransformerFactory.newInstance(); Transformer transformer = tFactory.newTransformer(new StreamSource(xslFile)); transformer.setParameter("param1", paramValue); transformer.transform( new StreamSource(xmlFile), new StreamResult(out)); %>

POINT SYSTEM:
Three points for a win, one point for a draw, and no points for defeat.

TIE-BREAKER RULES:
If two or more teams finish equal on points after all the group matches have been played, the following criteria will be applied to determine the ranking:
  • (a) Greater number of points obtained in the matches between the teams in question.
  • (b) Goal difference resulting from the matches between the teams in question (if more than two teams finish equal).
  • (c) Greater number of goals scored in the matches between the teams in question (if more than two teams finish equal).
  • (d) Goal difference in all the group matches.
  • (e) Greater number of goals scored in all the group matches.
  • (f) Coefficient of points from the last two qualifying competitions for the final rounds of the 2002 World Cup and Euro 2004 (points gained and divided by the number of matches played).
  • (g) Fair Play conduct of the teams (final tournament).
  • (h) A drawing of lots by the Organising Committee.





Jobs | Contact Us | Permissions | Help | RSS | Advertise
Terms of Use | Privacy | Ombudsman | CBC: Get the Facts | Other Policies
Copyright © CBC 2012






MENU
Euro 2004 main
Standings
Schedule
Viewpoint
Euro Diary: A Canadian in Portugal
Group A analysis
Group B analysis
Group C analysis
Group D analysis
Live Ticker * #
Kick It game *
Tip 4 The Top contest *
* Will pop up new window
# For select games

<%@ page language="java" contentType="text/html" %> <%@ page import="javax.xml.transform.*"%> <%@ page import="javax.xml.transform.stream.*"%> <% /** * This JSP may use PMA to set param1 in the * foo.xsl stylesheet before using the * stylesheet to transform foo.xml * and outputing the result. * HTML tags are not in this release, as it is an include and requires none. * The xincludes folder is at the root of the sports directory. * To use: * * @authors Paul Campbell seapwc@halcyon.com, Khal Shariff khal_shariff@cbc.ca * @version $Id: transFormer.jsp,v 1.2 2004/06/08 21:10:10 shariffk Exp $ */ String docPath = application.getRealPath("/"); String furtherPath = ""; docPath = docPath + furtherPath; String paramValue = request.getParameter("PMA"); String xmlFile = request.getParameter("XML"); String xslFile = request.getParameter("XSL"); xmlFile = docPath + xmlFile; xslFile = docPath + xslFile; TransformerFactory tFactory = TransformerFactory.newInstance(); Transformer transformer = tFactory.newTransformer(new StreamSource(xslFile)); transformer.setParameter("param1", paramValue); transformer.transform( new StreamSource(xmlFile), new StreamResult(out)); %>