X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=6901dfab22560d8fdc71a169adf51e414300881e;hb=698ab20d3aae8ee6bbdd4b8ec01567f863393093;hp=9925542b29d93663f45810da1206de6eaae75873;hpb=00bf4fa3e58de2523e75244c47c8986e94fe0553;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/SportInfo.hs b/src/TSN/XML/SportInfo.hs index 9925542..6901dfa 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -198,8 +198,8 @@ dtds = "NFL_PuntingLeaders_XML.dtd", -- no xml "NFL_Roster_XML.dtd", "NFL_Team_Stats_XML.dtd", - "Transactions_XML.dtd", -- no dtd - "Weekly_Sched_XML.dtd", -- no dtd + "Transactions_XML.dtd", + "Weekly_Sched_XML.dtd", "WNBA_Team_Leaders_XML.dtd", -- no dtd "WNBA3PPctXML.dtd", -- no dtd "WNBAAssistsXML.dtd", -- no dtd @@ -431,7 +431,9 @@ sport_info_test_files = "NFL_KickingLeaders_XML.xml", "NFL_NBA_Draft_XML.xml", "NFL_Roster_XML.xml", - "NFL_Team_Stats_XML.xml" + "NFL_Team_Stats_XML.xml", + "Transactions_XML.xml", + "Weekly_Sched_XML.xml" ]