]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/XML/SportInfo.hs
Add SportInfo support for mlbhitsleadersxml.dtd.
[dead/htsn-import.git] / src / TSN / XML / SportInfo.hs
index 27817fbbe3713c5810fd812595cb456a1ee33290..9fda564eb0f137b05daae541ea91cd11d0d66dbf 100644 (file)
@@ -109,8 +109,8 @@ dtds =
     "mlbdoublesleadersxml.dtd",
     "MLBGamesPlayedXML.dtd",
     "MLBGIDPXML.dtd",
-    "MLBHitByPitchXML.dtd", -- no dtd
-    "mlbhitsleadersxml.dtd", -- no dtd
+    "MLBHitByPitchXML.dtd",
+    "mlbhitsleadersxml.dtd",
     "mlbhomerunsxml.dtd", -- no dtd
     "MLBHRFreqXML.dtd", -- no dtd
     "MLBIntWalksXML.dtd", -- no dtd
@@ -353,7 +353,9 @@ sport_info_test_files =
     "mlbbattingavgxml.xml",
     "mlbdoublesleadersxml.xml",
     "MLBGamesPlayedXML.xml",
-    "MLBGIDPXML.xml"
+    "MLBGIDPXML.xml",
+    "MLBHitByPitchXML.xml",
+    "mlbhitsleadersxml.xml"
   ]