X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=0ad3e52efc28b3332dcc93c1f1fb44a93f098ffc;hb=e60d19d53b4ca2f89dae68b6a7be94840d412b3a;hp=fef70b49595efb72539c553831847c77d1eb581e;hpb=160b2657d9dc02bfac55abe4c0e2fcba61de3da8;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/SportInfo.hs b/src/TSN/XML/SportInfo.hs index fef70b4..0ad3e52 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -129,8 +129,8 @@ dtds = "mlbstolenbasexml.dtd", "mlbtotalbasesleadersxml.dtd", "mlbtriplesleadersxml.dtd", - "MLBWalkRateXML.dtd", -- no dtd - "mlbwalksleadersxml.dtd", -- no dtd + "MLBWalkRateXML.dtd", + "mlbwalksleadersxml.dtd", "MLBXtraBaseHitsXML.dtd", -- no dtd "MLB_ERA_Leaders.dtd", -- no dtd "MLB_Fielding_XML.dtd", -- no dtd @@ -373,7 +373,9 @@ sport_info_test_files = "mlbstandxml_preseason.xml", "mlbstolenbasexml.xml", "mlbtotalbasesleadersxml.xml", - "mlbtriplesleadersxml.xml" + "mlbtriplesleadersxml.xml", + "MLBWalkRateXML.xml", + "mlbwalksleadersxml.xml" ]