]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/XML/SportInfo.hs
Add SportInfo support for MLB_Pitching_WL_Leaders.dtd.
[dead/htsn-import.git] / src / TSN / XML / SportInfo.hs
index ddfc358d9d49edb4262e8fbcd1e881f817893501..9fa47253456f452d373cd0cad8d016216dc983df 100644 (file)
@@ -151,7 +151,7 @@ dtds =
     "MLB_Pitching_WHIP_Leaders.dtd",
     "MLB_Pitching_Wild_Pitches_Leaders.dtd",
     "MLB_Pitching_Win_Percentage_Leaders.dtd",
-    "MLB_Pitching_WL_Leaders.dtd", -- no dtd
+    "MLB_Pitching_WL_Leaders.dtd",
     "NBA_Team_Stats_XML.dtd", -- no dtd
     "NBA3PPctXML.dtd", -- no dtd
     "NBAAssistsXML.dtd", -- no dtd
@@ -394,7 +394,8 @@ sport_info_test_files =
     "MLB_Pitching_Walks_Leaders.xml",
     "MLB_Pitching_WHIP_Leaders.xml",
     "MLB_Pitching_Wild_Pitches_Leaders.xml",
-    "MLB_Pitching_Win_Percentage_Leaders.xml"
+    "MLB_Pitching_Win_Percentage_Leaders.xml",
+    "MLB_Pitching_WL_Leaders.xml"
   ]