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