]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/XML/SportInfo.hs
Add SportInfo support for NFLMondayNightXML.dtd.
[dead/htsn-import.git] / src / TSN / XML / SportInfo.hs
index bc2fdcc0300ff0bee508a706bd770c40900ee07f..29c3138b43aa0ccf5605727b5c6cbf56a382fe03 100644 (file)
@@ -161,24 +161,24 @@ dtds =
     "nbadivisionsxml.dtd",
     "NBAFGPctXML.dtd",
     "NBAFoulsXML.dtd",
-    "NBAFTPctXML.dtd", -- no dtd
-    "NBAMinutesXML.dtd", -- no dtd
-    "NBAReboundsXML.dtd", -- no dtd
-    "NBAScorersXML.dtd", -- no dtd
-    "nbastandxml.dtd", -- no dtd
-    "NBAStealsXML.dtd", -- no dtd
-    "nbateamleadersxml.dtd", -- no dtd
-    "nbatripledoublexml.dtd", -- no dtd
-    "NBATurnoversXML.dtd", -- no dtd
-    "NCAA_Conference_Schedule_XML.dtd", -- no dtd
-    "nflfirstdownxml.dtd", -- no dtd
-    "NFLFumbleLeaderXML.dtd", -- no dtd
-    "NFLGiveTakeXML.dtd", -- no dtd
+    "NBAFTPctXML.dtd",
+    "NBAMinutesXML.dtd",
+    "NBAReboundsXML.dtd",
+    "NBAScorersXML.dtd",
+    "nbastandxml.dtd",
+    "NBAStealsXML.dtd",
+    "nbateamleadersxml.dtd",
+    "nbatripledoublexml.dtd",
+    "NBATurnoversXML.dtd",
+    "NCAA_Conference_Schedule_XML.dtd",
+    "nflfirstdownxml.dtd",
+    "NFLFumbleLeaderXML.dtd",
+    "NFLGiveTakeXML.dtd",
     "NFLGrassTurfDomeOutsideXML.dtd", -- no dtd
-    "NFLInside20XML.dtd", -- no dtd
+    "NFLInside20XML.dtd",
     "NFLInterceptionLeadersXML.dtd", -- no dtd
-    "NFLKickoffsXML.dtd", -- no dtd
-    "NFLMondayNightXML.dtd", -- no dtd
+    "NFLKickoffsXML.dtd",
+    "NFLMondayNightXML.dtd",
     "NFLPassingLeadersXML.dtd", -- no dtd
     "NFLPassLeadXML.dtd", -- no dtd
     "NFLQBStartsXML.dtd", -- no dtd
@@ -404,7 +404,23 @@ sport_info_test_files =
     "nbadaysxml.xml",
     "nbadivisionsxml.xml",
     "NBAFGPctXML.xml",
-    "NBAFoulsXML.xml"
+    "NBAFoulsXML.xml",
+    "NBAFTPctXML.xml",
+    "NBAMinutesXML.xml",
+    "NBAReboundsXML.xml",
+    "NBAScorersXML.xml",
+    "nbastandxml.xml",
+    "NBAStealsXML.xml",
+    "nbateamleadersxml.xml",
+    "nbatripledoublexml.xml",
+    "NBATurnoversXML.xml",
+    "NCAA_Conference_Schedule_XML.xml",
+    "nflfirstdownxml.xml",
+    "NFLFumbleLeaderXML.xml",
+    "NFLGiveTakeXML.xml",
+    "NFLInside20XML.xml",
+    "NFLKickoffsXML.xml",
+    "NFLMondayNightXML.xml"
   ]