X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=b456e6f5b4998964fd47fd40b5e21b7a128f267d;hb=4d6a41c7a9594e10ae004bb2c0ee72bde26ebcda;hp=cc4231c071d5e767abe5557ee97664352b46dc34;hpb=345f5c3acbe2c7260cd8ccc70e5288ca6f6ea37a;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/SportInfo.hs b/src/TSN/XML/SportInfo.hs index cc4231c..b456e6f 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -193,7 +193,7 @@ dtds = "NFLTopPuntReturnXML.dtd", -- no xml "NFLTotalYardageXML.dtd", "NFLYardsXML.dtd", -- no dtd - "NFL_KickingLeaders_XML.dtd", -- no dtd + "NFL_KickingLeaders_XML.dtd", "NFL_NBA_Draft_XML.dtd", -- no dtd "NFL_PuntingLeaders_XML.dtd", -- no dtd "NFL_Roster_XML.dtd", -- no dtd @@ -427,7 +427,8 @@ sport_info_test_files = "nflstandxml.xml", "NFLTeamRankingsXML.xml", "NFLTopPerformanceXML.xml", - "NFLTotalYardageXML.xml" + "NFLTotalYardageXML.xml", + "NFL_KickingLeaders_XML.xml" ]