]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/XML/SportInfo.hs
Add SportInfo support for nflfirstdownxml.dtd.
[dead/htsn-import.git] / src / TSN / XML / SportInfo.hs
index d703d3ae0481d4cf273c655bfdfee5deb4d1cdd1..84f00cdbea7a60544c7184a71ef296766aa60d53 100644 (file)
@@ -169,9 +169,9 @@ dtds =
     "NBAStealsXML.dtd",
     "nbateamleadersxml.dtd",
     "nbatripledoublexml.dtd",
-    "NBATurnoversXML.dtd", -- no dtd
-    "NCAA_Conference_Schedule_XML.dtd", -- no dtd
-    "nflfirstdownxml.dtd", -- no dtd
+    "NBATurnoversXML.dtd",
+    "NCAA_Conference_Schedule_XML.dtd",
+    "nflfirstdownxml.dtd",
     "NFLFumbleLeaderXML.dtd", -- no dtd
     "NFLGiveTakeXML.dtd", -- no dtd
     "NFLGrassTurfDomeOutsideXML.dtd", -- no dtd
@@ -412,7 +412,10 @@ sport_info_test_files =
     "nbastandxml.xml",
     "NBAStealsXML.xml",
     "nbateamleadersxml.xml",
-    "nbatripledoublexml.xml"
+    "nbatripledoublexml.xml",
+    "NBATurnoversXML.xml",
+    "NCAA_Conference_Schedule_XML.xml",
+    "nflfirstdownxml.xml"
   ]