]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/XML/SportInfo.hs
Add SportInfo support for MLB_Pitching_CG_Leaders.dtd.
[dead/htsn-import.git] / src / TSN / XML / SportInfo.hs
index 3e5a84f15523d985e5e16aa1323fb0b1a7a6ae18..694ade113525959471f914ae4cb8042c55359176 100644 (file)
@@ -128,15 +128,15 @@ dtds =
     "mlbstandxml_preseason.dtd",
     "mlbstolenbasexml.dtd",
     "mlbtotalbasesleadersxml.dtd",
-    "mlbtriplesleadersxml.dtd", -- no dtd
-    "MLBWalkRateXML.dtd", -- no dtd
-    "mlbwalksleadersxml.dtd", -- no dtd
-    "MLBXtraBaseHitsXML.dtd", -- no dtd
-    "MLB_ERA_Leaders.dtd", -- no dtd
-    "MLB_Fielding_XML.dtd", -- no dtd
-    "MLB_Pitching_Appearances_Leaders.dtd", -- no dtd
-    "MLB_Pitching_Balks_Leaders.dtd", -- no dtd
-    "MLB_Pitching_CG_Leaders.dtd", -- no dtd
+    "mlbtriplesleadersxml.dtd",
+    "MLBWalkRateXML.dtd",
+    "mlbwalksleadersxml.dtd",
+    "MLBXtraBaseHitsXML.dtd",
+    "MLB_ERA_Leaders.dtd",
+    "MLB_Fielding_XML.dtd",
+    "MLB_Pitching_Appearances_Leaders.dtd",
+    "MLB_Pitching_Balks_Leaders.dtd",
+    "MLB_Pitching_CG_Leaders.dtd",
     "MLB_Pitching_ER_Allowed_Leaders.dtd", -- no dtd
     "MLB_Pitching_Hits_Allowed_Leaders.dtd", -- no dtd
     "MLB_Pitching_Hit_Batters_Leaders.dtd", -- no dtd
@@ -372,7 +372,15 @@ sport_info_test_files =
     "mlbstandxml.xml",
     "mlbstandxml_preseason.xml",
     "mlbstolenbasexml.xml",
-    "mlbtotalbasesleadersxml.xml"
+    "mlbtotalbasesleadersxml.xml",
+    "mlbtriplesleadersxml.xml",
+    "MLBWalkRateXML.xml",
+    "mlbwalksleadersxml.xml",
+    "MLBXtraBaseHitsXML.xml",
+    "MLB_ERA_Leaders.xml",
+    "MLB_Pitching_Appearances_Leaders.xml",
+    "MLB_Pitching_Balks_Leaders.xml",
+    "MLB_Pitching_CG_Leaders.xml"
   ]