The Tampa Bay Lightning captured the Stanley Cup for the very first time, fending off the Calgary Flames 2-1 in Game 7 of the championship finals on Monday. Ruslan Fedotenko tallied both goals for the Lightning before Craig Conroy replied for the Flames with 10:39 left in the third period. Calgary applied immense pressure in the waning minutes, but failed to score the equalizer. Being handed the Stanley Cup by NHL commissioner Gary Bettman was a defining moment for Lightning captain Dave Andreychuk, who had played a record 1,759 games before finally winning it all.
» FULL STORY
<%@ page language="java" contentType="text/html" %>
<%@ page import="javax.xml.transform.*"%>
<%@ page import="javax.xml.transform.stream.*"%>
<%
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));
%>





Ruslan Fedotenko
Craig Conroy