X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=7f6b8c418385a89fa0c182741210b504ea5cd7d8;hb=027e4df59c88c87889df312d8778f6d466b1c615;hp=c1da0e97643e7e8c12829f401cc3e87a68247e7e;hpb=013f57feae7dc719269990544d076a2b4bb108c4;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/SportInfo.hs b/src/TSN/XML/SportInfo.hs index c1da0e9..7f6b8c4 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -185,9 +185,9 @@ dtds = "NFLReceivingLeadersXML.dtd", -- no xml "NFLRushingLeadersXML.dtd", -- no xml "NFLSackLeadersXML.dtd", - "nflstandxml.dtd", -- no dtd - "NFLTackleFFLeadersXML.dtd", -- no dtd - "NFLTeamRankingsXML.dtd", -- no dtd + "nflstandxml.dtd", + "NFLTackleFFLeadersXML.dtd", -- no xml + "NFLTeamRankingsXML.dtd", "NFLTopKickoffReturnXML.dtd", -- no dtd "NFLTopPerformanceXML.dtd", -- no dtd "NFLTopPuntReturnXML.dtd", -- no dtd @@ -423,7 +423,9 @@ sport_info_test_files = "NFLMondayNightXML.xml", "NFLPassLeadXML.xml", "NFLQBStartsXML.xml", - "NFLSackLeadersXML.xml" + "NFLSackLeadersXML.xml", + "nflstandxml.xml", + "NFLTeamRankingsXML.xml" ]