]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/XML/SportInfo.hs
Add SportInfo support for mlbrunsleadersxml.dtd.
[dead/htsn-import.git] / src / TSN / XML / SportInfo.hs
index 0ab896a420075d4542023e4ce57d96717988af21..94093b1498135ab2c0548335e1484b5e522fe502 100644 (file)
@@ -107,19 +107,19 @@ dtds =
     "Minor_Baseball_Transactions_XML.dtd",
     "mlbbattingavgxml.dtd",
     "mlbdoublesleadersxml.dtd",
-    "MLBGamesPlayedXML.dtd", -- no dtd
-    "MLBGIDPXML.dtd", -- no dtd
-    "MLBHitByPitchXML.dtd", -- no dtd
-    "mlbhitsleadersxml.dtd", -- no dtd
-    "mlbhomerunsxml.dtd", -- no dtd
-    "MLBHRFreqXML.dtd", -- no dtd
-    "MLBIntWalksXML.dtd", -- no dtd
-    "MLBKORateXML.dtd", -- no dtd
-    "mlbonbasepctxml.dtd", -- no dtd
-    "MLBOPSXML.dtd", -- no dtd
-    "MLBPlateAppsXML.dtd", -- no dtd
-    "mlbrbisxml.dtd", -- no dtd
-    "mlbrunsleadersxml.dtd", -- no dtd
+    "MLBGamesPlayedXML.dtd",
+    "MLBGIDPXML.dtd",
+    "MLBHitByPitchXML.dtd",
+    "mlbhitsleadersxml.dtd",
+    "mlbhomerunsxml.dtd",
+    "MLBHRFreqXML.dtd",
+    "MLBIntWalksXML.dtd",
+    "MLBKORateXML.dtd",
+    "mlbonbasepctxml.dtd",
+    "MLBOPSXML.dtd",
+    "MLBPlateAppsXML.dtd",
+    "mlbrbisxml.dtd",
+    "mlbrunsleadersxml.dtd",
     "MLBSacFliesXML.dtd", -- no dtd
     "MLBSacrificesXML.dtd", -- no dtd
     "MLBSBSuccessXML.dtd", -- no dtd
@@ -351,7 +351,20 @@ sport_info_test_files =
     "Minor_Baseball_Standings_XML.xml",
     "Minor_Baseball_Transactions_XML.xml",
     "mlbbattingavgxml.xml",
-    "mlbdoublesleadersxml.xml"
+    "mlbdoublesleadersxml.xml",
+    "MLBGamesPlayedXML.xml",
+    "MLBGIDPXML.xml",
+    "MLBHitByPitchXML.xml",
+    "mlbhitsleadersxml.xml",
+    "mlbhomerunsxml.xml",
+    "MLBHRFreqXML.xml",
+    "MLBIntWalksXML.xml",
+    "MLBKORateXML.xml",
+    "mlbonbasepctxml.xml",
+    "MLBOPSXML.xml",
+    "MLBPlateAppsXML.xml",
+    "mlbrbisxml.xml",
+    "mlbrunsleadersxml.xml"
   ]