X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=3d7299beaf9a1567d8033162768bded1a4ed2747;hb=b6145e8648fa39ada1f7a2819b27df5cb51eefcc;hp=434db020183e19b9bd5bdaa4fe94a05429b74980;hpb=676b608f662514ed9055aa13acb7f7f496205c3b;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/SportInfo.hs b/src/TSN/XML/SportInfo.hs index 434db02..3d7299b 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -195,8 +195,8 @@ dtds = "NFLYardsXML.dtd", -- no xml "NFL_KickingLeaders_XML.dtd", "NFL_NBA_Draft_XML.dtd", - "NFL_PuntingLeaders_XML.dtd", -- no dtd - "NFL_Roster_XML.dtd", -- no dtd + "NFL_PuntingLeaders_XML.dtd", -- no xml + "NFL_Roster_XML.dtd", "NFL_Team_Stats_XML.dtd", -- no dtd "Transactions_XML.dtd", -- no dtd "Weekly_Sched_XML.dtd", -- no dtd @@ -429,7 +429,8 @@ sport_info_test_files = "NFLTopPerformanceXML.xml", "NFLTotalYardageXML.xml", "NFL_KickingLeaders_XML.xml", - "NFL_NBA_Draft_XML.xml" + "NFL_NBA_Draft_XML.xml", + "NFL_Roster_XML.xml" ]