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