]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/XML/SportInfo.hs
Add SportInfo support for nbatripledoublexml.dtd.
[dead/htsn-import.git] / src / TSN / XML / SportInfo.hs
index d21a3f1a4d63ce23e1bd562b9c847b7e4fd758a4..d703d3ae0481d4cf273c655bfdfee5deb4d1cdd1 100644 (file)
@@ -162,13 +162,13 @@ dtds =
     "NBAFGPctXML.dtd",
     "NBAFoulsXML.dtd",
     "NBAFTPctXML.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
-    "nbatripledoublexml.dtd", -- no dtd
+    "NBAMinutesXML.dtd",
+    "NBAReboundsXML.dtd",
+    "NBAScorersXML.dtd",
+    "nbastandxml.dtd",
+    "NBAStealsXML.dtd",
+    "nbateamleadersxml.dtd",
+    "nbatripledoublexml.dtd",
     "NBATurnoversXML.dtd", -- no dtd
     "NCAA_Conference_Schedule_XML.dtd", -- no dtd
     "nflfirstdownxml.dtd", -- no dtd
@@ -405,7 +405,14 @@ sport_info_test_files =
     "nbadivisionsxml.xml",
     "NBAFGPctXML.xml",
     "NBAFoulsXML.xml",
-    "NBAFTPctXML.xml"
+    "NBAFTPctXML.xml",
+    "NBAMinutesXML.xml",
+    "NBAReboundsXML.xml",
+    "NBAScorersXML.xml",
+    "nbastandxml.xml",
+    "NBAStealsXML.xml",
+    "nbateamleadersxml.xml",
+    "nbatripledoublexml.xml"
   ]