]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/XML/SportInfo.hs
Add SportInfo support for NFLGiveTakeXML.dtd.
[dead/htsn-import.git] / src / TSN / XML / SportInfo.hs
index ffdd6c158a6af7f0f33673485581cb2379fddb77..eda39f257aa1618a13d00fa54212cc2ee875b97a 100644 (file)
@@ -171,9 +171,9 @@ dtds =
     "nbatripledoublexml.dtd",
     "NBATurnoversXML.dtd",
     "NCAA_Conference_Schedule_XML.dtd",
-    "nflfirstdownxml.dtd", -- no dtd
-    "NFLFumbleLeaderXML.dtd", -- no dtd
-    "NFLGiveTakeXML.dtd", -- no dtd
+    "nflfirstdownxml.dtd",
+    "NFLFumbleLeaderXML.dtd",
+    "NFLGiveTakeXML.dtd",
     "NFLGrassTurfDomeOutsideXML.dtd", -- no dtd
     "NFLInside20XML.dtd", -- no dtd
     "NFLInterceptionLeadersXML.dtd", -- no dtd
@@ -414,7 +414,10 @@ sport_info_test_files =
     "nbateamleadersxml.xml",
     "nbatripledoublexml.xml",
     "NBATurnoversXML.xml",
-    "NCAA_Conference_Schedule_XML.xml"
+    "NCAA_Conference_Schedule_XML.xml",
+    "nflfirstdownxml.xml",
+    "NFLFumbleLeaderXML.xml",
+    "NFLGiveTakeXML.xml"
   ]