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