]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/XML/SportInfo.hs
Add SportInfo support for nbateamleadersxml.dtd.
[dead/htsn-import.git] / src / TSN / XML / SportInfo.hs
index bc2fdcc0300ff0bee508a706bd770c40900ee07f..a02d769ca6de6adbb73b566276ee8abfd48d9216 100644 (file)
@@ -161,13 +161,13 @@ dtds =
     "nbadivisionsxml.dtd",
     "NBAFGPctXML.dtd",
     "NBAFoulsXML.dtd",
-    "NBAFTPctXML.dtd", -- no dtd
-    "NBAMinutesXML.dtd", -- no dtd
-    "NBAReboundsXML.dtd", -- no dtd
-    "NBAScorersXML.dtd", -- no dtd
-    "nbastandxml.dtd", -- no dtd
-    "NBAStealsXML.dtd", -- no dtd
-    "nbateamleadersxml.dtd", -- no dtd
+    "NBAFTPctXML.dtd",
+    "NBAMinutesXML.dtd",
+    "NBAReboundsXML.dtd",
+    "NBAScorersXML.dtd",
+    "nbastandxml.dtd",
+    "NBAStealsXML.dtd",
+    "nbateamleadersxml.dtd",
     "nbatripledoublexml.dtd", -- no dtd
     "NBATurnoversXML.dtd", -- no dtd
     "NCAA_Conference_Schedule_XML.dtd", -- no dtd
@@ -404,7 +404,14 @@ sport_info_test_files =
     "nbadaysxml.xml",
     "nbadivisionsxml.xml",
     "NBAFGPctXML.xml",
-    "NBAFoulsXML.xml"
+    "NBAFoulsXML.xml",
+    "NBAFTPctXML.xml",
+    "NBAMinutesXML.xml",
+    "NBAReboundsXML.xml",
+    "NBAScorersXML.xml",
+    "nbastandxml.xml",
+    "NBAStealsXML.xml",
+    "nbateamleadersxml.xml"
   ]