]> 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 166176ba16d1e0a66ae7d220fffb70719a0df837..6a3612363e9d9bdae0e4dee8ca30f46570c4fe75 100644 (file)
@@ -113,8 +113,8 @@ dtds =
     "mlbhitsleadersxml.dtd",
     "mlbhomerunsxml.dtd",
     "MLBHRFreqXML.dtd",
-    "MLBIntWalksXML.dtd", -- no dtd
-    "MLBKORateXML.dtd", -- no dtd
+    "MLBIntWalksXML.dtd",
+    "MLBKORateXML.dtd",
     "mlbonbasepctxml.dtd", -- no dtd
     "MLBOPSXML.dtd", -- no dtd
     "MLBPlateAppsXML.dtd", -- no dtd
@@ -357,7 +357,9 @@ sport_info_test_files =
     "MLBHitByPitchXML.xml",
     "mlbhitsleadersxml.xml",
     "mlbhomerunsxml.xml",
-    "MLBHRFreqXML.xml"
+    "MLBHRFreqXML.xml",
+    "MLBIntWalksXML.xml",
+    "MLBKORateXML.xml"
   ]