X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=d80b695ee843bf76877ee621c1e63dc7734f3cc1;hb=a02ba86f8a49e36c7a343ae8ab8196ff5cbe2183;hp=e6ad87199e7c3258535865fac0e63361d26a0cd8;hpb=1466c4aa54cecef580e4ddc8d8f17ca7f54bff07;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/SportInfo.hs b/src/TSN/XML/SportInfo.hs index e6ad871..d80b695 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -121,24 +121,24 @@ dtds = "mlbrbisxml.dtd", "mlbrunsleadersxml.dtd", "MLBSacFliesXML.dtd", - "MLBSacrificesXML.dtd", -- no dtd - "MLBSBSuccessXML.dtd", -- no dtd - "mlbsluggingpctxml.dtd", -- no dtd - "mlbstandxml.dtd", -- no dtd - "mlbstandxml_preseason.dtd", -- no dtd - "mlbstolenbasexml.dtd", -- no dtd - "mlbtotalbasesleadersxml.dtd", -- no dtd - "mlbtriplesleadersxml.dtd", -- no dtd - "MLBWalkRateXML.dtd", -- no dtd - "mlbwalksleadersxml.dtd", -- no dtd - "MLBXtraBaseHitsXML.dtd", -- no dtd - "MLB_ERA_Leaders.dtd", -- no dtd - "MLB_Fielding_XML.dtd", -- no dtd - "MLB_Pitching_Appearances_Leaders.dtd", -- no 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 + "MLBSacrificesXML.dtd", + "MLBSBSuccessXML.dtd", + "mlbsluggingpctxml.dtd", + "mlbstandxml.dtd", + "mlbstandxml_preseason.dtd", + "mlbstolenbasexml.dtd", + "mlbtotalbasesleadersxml.dtd", + "mlbtriplesleadersxml.dtd", + "MLBWalkRateXML.dtd", + "mlbwalksleadersxml.dtd", + "MLBXtraBaseHitsXML.dtd", + "MLB_ERA_Leaders.dtd", + "MLB_Fielding_XML.dtd", + "MLB_Pitching_Appearances_Leaders.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", -- no dtd "MLB_Pitching_HR_Allowed_Leaders.dtd", -- no dtd "MLB_Pitching_IP_Leaders.dtd", -- no dtd @@ -365,7 +365,24 @@ sport_info_test_files = "MLBPlateAppsXML.xml", "mlbrbisxml.xml", "mlbrunsleadersxml.xml", - "MLBSacFliesXML.xml" + "MLBSacFliesXML.xml", + "MLBSacrificesXML.xml", + "MLBSBSuccessXML.xml", + "mlbsluggingpctxml.xml", + "mlbstandxml.xml", + "mlbstandxml_preseason.xml", + "mlbstolenbasexml.xml", + "mlbtotalbasesleadersxml.xml", + "mlbtriplesleadersxml.xml", + "MLBWalkRateXML.xml", + "mlbwalksleadersxml.xml", + "MLBXtraBaseHitsXML.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" ]