]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/XML/SportInfo.hs
Add SportInfo support for MLB_Pitching_WHIP_Leaders.dtd.
[dead/htsn-import.git] / src / TSN / XML / SportInfo.hs
index a84f66bc3bffe4700455c65c46729fcecd84d566..25aefda42716118270fdbc1c1bcaea534e1e669d 100644 (file)
@@ -148,7 +148,7 @@ dtds =
     "MLB_Pitching_Starts_Leaders.dtd",
     "MLB_Pitching_Strike_Outs_Leaders.dtd",
     "MLB_Pitching_Walks_Leaders.dtd",
-    "MLB_Pitching_WHIP_Leaders.dtd", -- no dtd
+    "MLB_Pitching_WHIP_Leaders.dtd",
     "MLB_Pitching_Wild_Pitches_Leaders.dtd", -- no dtd
     "MLB_Pitching_Win_Percentage_Leaders.dtd", -- no dtd
     "MLB_Pitching_WL_Leaders.dtd", -- no dtd
@@ -391,7 +391,8 @@ sport_info_test_files =
     "MLB_Pitching_Shut_Outs_Leaders.xml",
     "MLB_Pitching_Starts_Leaders.xml",
     "MLB_Pitching_Strike_Outs_Leaders.xml",
-    "MLB_Pitching_Walks_Leaders.xml"
+    "MLB_Pitching_Walks_Leaders.xml",
+    "MLB_Pitching_WHIP_Leaders.xml"
   ]