]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/XML/SportInfo.hs
Add SportInfo support for MLB_Pitching_Shut_Outs_Leaders.dtd.
[dead/htsn-import.git] / src / TSN / XML / SportInfo.hs
index 40fe52917d893eafd8464963b9a5b199394aaa22..e93922bce1d38f5ab3da004d469e7799478f3d8b 100644 (file)
@@ -144,7 +144,7 @@ dtds =
     "MLB_Pitching_IP_Leaders.dtd",
     "MLB_Pitching_Runs_Allowed_Leaders.dtd",
     "MLB_Pitching_Saves_Leaders.dtd",
-    "MLB_Pitching_Shut_Outs_Leaders.dtd", -- no dtd
+    "MLB_Pitching_Shut_Outs_Leaders.dtd",
     "MLB_Pitching_Starts_Leaders.dtd", -- no dtd
     "MLB_Pitching_Strike_Outs_Leaders.dtd", -- no dtd
     "MLB_Pitching_Walks_Leaders.dtd", -- no dtd
@@ -387,7 +387,8 @@ sport_info_test_files =
     "MLB_Pitching_HR_Allowed_Leaders.xml",
     "MLB_Pitching_IP_Leaders.xml",
     "MLB_Pitching_Runs_Allowed_Leaders.xml",
-    "MLB_Pitching_Saves_Leaders.xml"
+    "MLB_Pitching_Saves_Leaders.xml",
+    "MLB_Pitching_Shut_Outs_Leaders.xml"
   ]