]> 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 ac908858117904671f431871a3382f4f169e7e15..0bae73fc2893a94ccbc28ee6b32d877da9948d5b 100644 (file)
@@ -101,13 +101,13 @@ dtds =
     "Cbask_Tourn_MVP_XML.dtd",
     "Cbask_Tourn_Records_XML.dtd",
     "LeagueScheduleXML.dtd",
-    "minorscoresxml.dtd", -- no dtd
-    "Minor_Baseball_League_Leaders_XML.dtd", -- no dtd
-    "Minor_Baseball_Standings_XML.dtd", -- no dtd
-    "Minor_Baseball_Transactions_XML.dtd", -- no dtd
-    "mlbbattingavgxml.dtd", -- no dtd
-    "mlbdoublesleadersxml.dtd", -- no dtd
-    "MLBGamesPlayedXML.dtd", -- no dtd
+    "minorscoresxml.dtd",
+    "Minor_Baseball_League_Leaders_XML.dtd",
+    "Minor_Baseball_Standings_XML.dtd",
+    "Minor_Baseball_Transactions_XML.dtd",
+    "mlbbattingavgxml.dtd",
+    "mlbdoublesleadersxml.dtd",
+    "MLBGamesPlayedXML.dtd",
     "MLBGIDPXML.dtd", -- no dtd
     "MLBHitByPitchXML.dtd", -- no dtd
     "mlbhitsleadersxml.dtd", -- no dtd
@@ -345,7 +345,14 @@ sport_info_test_files =
     "Cbask_Tourn_Leaders_XML.xml",
     "Cbask_Tourn_MVP_XML.xml",
     "Cbask_Tourn_Records_XML.xml",
-    "LeagueScheduleXML.xml"
+    "LeagueScheduleXML.xml",
+    "minorscoresxml.xml",
+    "Minor_Baseball_League_Leaders_XML.xml",
+    "Minor_Baseball_Standings_XML.xml",
+    "Minor_Baseball_Transactions_XML.xml",
+    "mlbbattingavgxml.xml",
+    "mlbdoublesleadersxml.xml",
+    "MLBGamesPlayedXML.xml"
   ]