]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/XML/SportInfo.hs
Add SportInfo support for MLBKORateXML.dtd.
[dead/htsn-import.git] / src / TSN / XML / SportInfo.hs
index 9fda564eb0f137b05daae541ea91cd11d0d66dbf..6a3612363e9d9bdae0e4dee8ca30f46570c4fe75 100644 (file)
@@ -111,10 +111,10 @@ dtds =
     "MLBGIDPXML.dtd",
     "MLBHitByPitchXML.dtd",
     "mlbhitsleadersxml.dtd",
-    "mlbhomerunsxml.dtd", -- no dtd
-    "MLBHRFreqXML.dtd", -- no dtd
-    "MLBIntWalksXML.dtd", -- no dtd
-    "MLBKORateXML.dtd", -- no dtd
+    "mlbhomerunsxml.dtd",
+    "MLBHRFreqXML.dtd",
+    "MLBIntWalksXML.dtd",
+    "MLBKORateXML.dtd",
     "mlbonbasepctxml.dtd", -- no dtd
     "MLBOPSXML.dtd", -- no dtd
     "MLBPlateAppsXML.dtd", -- no dtd
@@ -355,7 +355,11 @@ sport_info_test_files =
     "MLBGamesPlayedXML.xml",
     "MLBGIDPXML.xml",
     "MLBHitByPitchXML.xml",
-    "mlbhitsleadersxml.xml"
+    "mlbhitsleadersxml.xml",
+    "mlbhomerunsxml.xml",
+    "MLBHRFreqXML.xml",
+    "MLBIntWalksXML.xml",
+    "MLBKORateXML.xml"
   ]