X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=42bdcfce75bf2a2bf3fb9f4508b66d61f5ad027d;hb=4a394d2733e0b8bb92d49200858e02bd95827e61;hp=253136b51fe90225b6e63e2259ab8000e67da274;hpb=b27351e17dff0223fec805cd6a6c79afcf89a8f4;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/SportInfo.hs b/src/TSN/XML/SportInfo.hs index 253136b..42bdcfc 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -132,21 +132,21 @@ dtds = "MLBWalkRateXML.dtd", "mlbwalksleadersxml.dtd", "MLBXtraBaseHitsXML.dtd", - "MLB_ERA_Leaders.dtd", -- no dtd - "MLB_Fielding_XML.dtd", -- no dtd + "MLB_ERA_Leaders.dtd", + "MLB_Fielding_XML.dtd", "MLB_Pitching_Appearances_Leaders.dtd", - "MLB_Pitching_Balks_Leaders.dtd", -- no dtd - "MLB_Pitching_CG_Leaders.dtd", -- no dtd - "MLB_Pitching_ER_Allowed_Leaders.dtd", -- no dtd - "MLB_Pitching_Hits_Allowed_Leaders.dtd", -- no dtd - "MLB_Pitching_Hit_Batters_Leaders.dtd", -- no dtd - "MLB_Pitching_HR_Allowed_Leaders.dtd", -- no dtd - "MLB_Pitching_IP_Leaders.dtd", -- no dtd - "MLB_Pitching_Runs_Allowed_Leaders.dtd", -- no dtd - "MLB_Pitching_Saves_Leaders.dtd", -- no dtd - "MLB_Pitching_Shut_Outs_Leaders.dtd", -- no dtd - "MLB_Pitching_Starts_Leaders.dtd", -- no dtd - "MLB_Pitching_Strike_Outs_Leaders.dtd", -- no dtd + "MLB_Pitching_Balks_Leaders.dtd", + "MLB_Pitching_CG_Leaders.dtd", + "MLB_Pitching_ER_Allowed_Leaders.dtd", + "MLB_Pitching_Hits_Allowed_Leaders.dtd", + "MLB_Pitching_Hit_Batters_Leaders.dtd", + "MLB_Pitching_HR_Allowed_Leaders.dtd", + "MLB_Pitching_IP_Leaders.dtd", + "MLB_Pitching_Runs_Allowed_Leaders.dtd", + "MLB_Pitching_Saves_Leaders.dtd", + "MLB_Pitching_Shut_Outs_Leaders.dtd", + "MLB_Pitching_Starts_Leaders.dtd", + "MLB_Pitching_Strike_Outs_Leaders.dtd", "MLB_Pitching_Walks_Leaders.dtd", -- no dtd "MLB_Pitching_WHIP_Leaders.dtd", -- no dtd "MLB_Pitching_Wild_Pitches_Leaders.dtd", -- no dtd @@ -377,7 +377,20 @@ sport_info_test_files = "MLBWalkRateXML.xml", "mlbwalksleadersxml.xml", "MLBXtraBaseHitsXML.xml", - "MLB_Pitching_Appearances_Leaders.xml" + "MLB_ERA_Leaders.xml", + "MLB_Pitching_Appearances_Leaders.xml", + "MLB_Pitching_Balks_Leaders.xml", + "MLB_Pitching_CG_Leaders.xml", + "MLB_Pitching_ER_Allowed_Leaders.xml", + "MLB_Pitching_Hits_Allowed_Leaders.xml", + "MLB_Pitching_Hit_Batters_Leaders.xml", + "MLB_Pitching_HR_Allowed_Leaders.xml", + "MLB_Pitching_IP_Leaders.xml", + "MLB_Pitching_Runs_Allowed_Leaders.xml", + "MLB_Pitching_Saves_Leaders.xml", + "MLB_Pitching_Shut_Outs_Leaders.xml", + "MLB_Pitching_Starts_Leaders.xml", + "MLB_Pitching_Strike_Outs_Leaders.xml" ]