X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=67fc464dccb2f28c82f891977b70fde288526096;hb=af856f53e05bd68e7d744a9aab60d8f246607235;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..67fc464 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -129,7 +129,7 @@ dtds = "mlbstolenbasexml.dtd", "mlbtotalbasesleadersxml.dtd", "mlbtriplesleadersxml.dtd", - "MLBWalkRateXML.dtd", -- no dtd + "MLBWalkRateXML.dtd", "mlbwalksleadersxml.dtd", -- no dtd "MLBXtraBaseHitsXML.dtd", -- no dtd "MLB_ERA_Leaders.dtd", -- no dtd @@ -373,7 +373,8 @@ sport_info_test_files = "mlbstandxml_preseason.xml", "mlbstolenbasexml.xml", "mlbtotalbasesleadersxml.xml", - "mlbtriplesleadersxml.xml" + "mlbtriplesleadersxml.xml", + "MLBWalkRateXML.xml" ]