]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/XML/SportInfo.hs
Add SportInfo support for NBABlocksXML.dtd.
[dead/htsn-import.git] / src / TSN / XML / SportInfo.hs
index c4a31e3f4dc4b9cb59d64a00b5e0537d52041f79..132dcefab402bb3367da05a4aa1ad4dfb7b1091b 100644 (file)
@@ -150,12 +150,12 @@ dtds =
     "MLB_Pitching_Walks_Leaders.dtd",
     "MLB_Pitching_WHIP_Leaders.dtd",
     "MLB_Pitching_Wild_Pitches_Leaders.dtd",
-    "MLB_Pitching_Win_Percentage_Leaders.dtd", -- no dtd
-    "MLB_Pitching_WL_Leaders.dtd", -- no dtd
-    "NBA_Team_Stats_XML.dtd", -- no dtd
-    "NBA3PPctXML.dtd", -- no dtd
-    "NBAAssistsXML.dtd", -- no dtd
-    "NBABlocksXML.dtd", -- no dtd
+    "MLB_Pitching_Win_Percentage_Leaders.dtd",
+    "MLB_Pitching_WL_Leaders.dtd",
+    "NBA_Team_Stats_XML.dtd",
+    "NBA3PPctXML.dtd",
+    "NBAAssistsXML.dtd",
+    "NBABlocksXML.dtd",
     "nbaconfrecxml.dtd", -- no dtd
     "nbadaysxml.dtd", -- no dtd
     "nbadivisionsxml.dtd", -- no dtd
@@ -393,7 +393,13 @@ sport_info_test_files =
     "MLB_Pitching_Strike_Outs_Leaders.xml",
     "MLB_Pitching_Walks_Leaders.xml",
     "MLB_Pitching_WHIP_Leaders.xml",
-    "MLB_Pitching_Wild_Pitches_Leaders.xml"
+    "MLB_Pitching_Wild_Pitches_Leaders.xml",
+    "MLB_Pitching_Win_Percentage_Leaders.xml",
+    "MLB_Pitching_WL_Leaders.xml",
+    "NBA_Team_Stats_XML.xml",
+    "NBA3PPctXML.xml",
+    "NBAAssistsXML.xml",
+    "NBABlocksXML.xml"
   ]