]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/XML/SportInfo.hs
Add SportInfo support for MLBGamesPlayedXML.dtd.
[dead/htsn-import.git] / src / TSN / XML / SportInfo.hs
index 3b05bdeb978409dfc7bacf879d5e37777fc3b5b3..0bae73fc2893a94ccbc28ee6b32d877da9948d5b 100644 (file)
@@ -104,10 +104,10 @@ 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
+    "Minor_Baseball_Transactions_XML.dtd",
+    "mlbbattingavgxml.dtd",
+    "mlbdoublesleadersxml.dtd",
+    "MLBGamesPlayedXML.dtd",
     "MLBGIDPXML.dtd", -- no dtd
     "MLBHitByPitchXML.dtd", -- no dtd
     "mlbhitsleadersxml.dtd", -- no dtd
@@ -348,7 +348,11 @@ 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"
   ]