]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/XML/SportInfo.hs
Add SportInfo support for MLBHitByPitchXML.dtd.
[dead/htsn-import.git] / src / TSN / XML / SportInfo.hs
index 3b05bdeb978409dfc7bacf879d5e37777fc3b5b3..019679562eac775fcc9b027137ed55775f276042 100644 (file)
@@ -104,12 +104,12 @@ dtds =
     "minorscoresxml.dtd",
     "Minor_Baseball_League_Leaders_XML.dtd",
     "Minor_Baseball_Standings_XML.dtd",
-    "Minor_Baseball_Transactions_XML.dtd", -- no dtd
-    "mlbbattingavgxml.dtd", -- no dtd
-    "mlbdoublesleadersxml.dtd", -- no dtd
-    "MLBGamesPlayedXML.dtd", -- no dtd
-    "MLBGIDPXML.dtd", -- no dtd
-    "MLBHitByPitchXML.dtd", -- no dtd
+    "Minor_Baseball_Transactions_XML.dtd",
+    "mlbbattingavgxml.dtd",
+    "mlbdoublesleadersxml.dtd",
+    "MLBGamesPlayedXML.dtd",
+    "MLBGIDPXML.dtd",
+    "MLBHitByPitchXML.dtd",
     "mlbhitsleadersxml.dtd", -- no dtd
     "mlbhomerunsxml.dtd", -- no dtd
     "MLBHRFreqXML.dtd", -- no dtd
@@ -348,7 +348,13 @@ sport_info_test_files =
     "LeagueScheduleXML.xml",
     "minorscoresxml.xml",
     "Minor_Baseball_League_Leaders_XML.xml",
-    "Minor_Baseball_Standings_XML.xml"
+    "Minor_Baseball_Standings_XML.xml",
+    "Minor_Baseball_Transactions_XML.xml",
+    "mlbbattingavgxml.xml",
+    "mlbdoublesleadersxml.xml",
+    "MLBGamesPlayedXML.xml",
+    "MLBGIDPXML.xml",
+    "MLBHitByPitchXML.xml"
   ]