X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=27817fbbe3713c5810fd812595cb456a1ee33290;hb=3fe63d757e499ad4adff87d5339ddc960a43c6a0;hp=cb7a85e703a32cf4a62c23255729d11b836b9f39;hpb=2b8288b5283b861c3cb4c2158ed768f69ed657d1;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/SportInfo.hs b/src/TSN/XML/SportInfo.hs index cb7a85e..27817fb 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -100,15 +100,15 @@ dtds = "Cbask_Tourn_Leaders_XML.dtd", "Cbask_Tourn_MVP_XML.dtd", "Cbask_Tourn_Records_XML.dtd", - "LeagueScheduleXML.dtd", -- no dtd - "minorscoresxml.dtd", -- no dtd - "Minor_Baseball_League_Leaders_XML.dtd", -- no dtd - "Minor_Baseball_Standings_XML.dtd", -- no dtd - "Minor_Baseball_Transactions_XML.dtd", -- no dtd - "mlbbattingavgxml.dtd", -- no dtd - "mlbdoublesleadersxml.dtd", -- no dtd - "MLBGamesPlayedXML.dtd", -- no dtd - "MLBGIDPXML.dtd", -- no dtd + "LeagueScheduleXML.dtd", + "minorscoresxml.dtd", + "Minor_Baseball_League_Leaders_XML.dtd", + "Minor_Baseball_Standings_XML.dtd", + "Minor_Baseball_Transactions_XML.dtd", + "mlbbattingavgxml.dtd", + "mlbdoublesleadersxml.dtd", + "MLBGamesPlayedXML.dtd", + "MLBGIDPXML.dtd", "MLBHitByPitchXML.dtd", -- no dtd "mlbhitsleadersxml.dtd", -- no dtd "mlbhomerunsxml.dtd", -- no dtd @@ -344,7 +344,16 @@ sport_info_test_files = "Cbask_Tourn_Indiv_XML.xml", "Cbask_Tourn_Leaders_XML.xml", "Cbask_Tourn_MVP_XML.xml", - "Cbask_Tourn_Records_XML.xml" + "Cbask_Tourn_Records_XML.xml", + "LeagueScheduleXML.xml", + "minorscoresxml.xml", + "Minor_Baseball_League_Leaders_XML.xml", + "Minor_Baseball_Standings_XML.xml", + "Minor_Baseball_Transactions_XML.xml", + "mlbbattingavgxml.xml", + "mlbdoublesleadersxml.xml", + "MLBGamesPlayedXML.xml", + "MLBGIDPXML.xml" ]