]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/XML/SportInfo.hs
Add SportInfo support for NBA3PPctXML.dtd.
[dead/htsn-import.git] / src / TSN / XML / SportInfo.hs
index c4a31e3f4dc4b9cb59d64a00b5e0537d52041f79..f18215da8673a46a851a571584338b72164d7578 100644 (file)
@@ -150,10 +150,10 @@ 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
+    "MLB_Pitching_Win_Percentage_Leaders.dtd",
+    "MLB_Pitching_WL_Leaders.dtd",
+    "NBA_Team_Stats_XML.dtd",
+    "NBA3PPctXML.dtd",
     "NBAAssistsXML.dtd", -- no dtd
     "NBABlocksXML.dtd", -- no dtd
     "nbaconfrecxml.dtd", -- no dtd
@@ -393,7 +393,11 @@ 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"
   ]