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

Euro 2004 a tournament to remember Who would have predicted a little over three weeks ago that Greece would be the last team standing at Euro 2004? » FULL STORY
H E A D L I N E S
  • Greece, Portugal dominate CBC Sports Online all-star team
  • Greece's Zagorakis named Euro MVP
  • Greece crowned Euro champions
  • France's Marcel Desailly retires from national team
  • Van Nistelrooy suspended by UEFA
  • Viewpoint: Greece applies hockey's 'trap' to soccer
  • Greece continues fairytale run at Euro 2004
  • Luis Aragones named new Spanish coach
  • Ronaldo puts Portugal through to Euro final
  • Greek upset highlights Euro quarter-final round
  • Czechs steamroll the Danes in Euro quarters
  • Penalty delight for the Dutch at Euro
  • France bids au revoir to Euro
  • Lippi replaces Trapattoni as Italian coach
  • Saez resigns as Spanish coach
  • Portugal downs England on penalties in Euro quarter-final
  • German coach quits after team's Euro exit
  • A first round to remember


    FEATURES
    CBC Sports & DW-World.de
    CBC Sports Online brings you the following features in partnership with Deutsche Welle's DW-World.de. Clicking on these links will pop up a new window.

    Live Ticker
    Live Ticker will follow the action by-the-minute the best of the qualification matches and the important knock-out phases.

    Kick it
    You have a minute to score five goals. Get clicking ... er, kicking.

    Tip 4 The Top
    Join players from around the world in picking the Euro 2004 winners.

    EURO 2004 PRIMER & FEATURES





    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)); %>
    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)); %> <%@ 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)); %> <%@ 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)); %> <%@ 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)); %>
    FULL STANDINGS