]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/XML/SportInfo.hs
Add SportInfo support for nflstandxml.dtd.
[dead/htsn-import.git] / src / TSN / XML / SportInfo.hs
index c1da0e97643e7e8c12829f401cc3e87a68247e7e..c00eda91fcd6addfb9fb91bc1d39517640da787b 100644 (file)
@@ -185,8 +185,8 @@ dtds =
     "NFLReceivingLeadersXML.dtd", -- no xml
     "NFLRushingLeadersXML.dtd", -- no xml
     "NFLSackLeadersXML.dtd",
-    "nflstandxml.dtd", -- no dtd
-    "NFLTackleFFLeadersXML.dtd", -- no dtd
+    "nflstandxml.dtd",
+    "NFLTackleFFLeadersXML.dtd", -- no xml
     "NFLTeamRankingsXML.dtd", -- no dtd
     "NFLTopKickoffReturnXML.dtd", -- no dtd
     "NFLTopPerformanceXML.dtd", -- no dtd
@@ -423,7 +423,8 @@ sport_info_test_files =
     "NFLMondayNightXML.xml",
     "NFLPassLeadXML.xml",
     "NFLQBStartsXML.xml",
-    "NFLSackLeadersXML.xml"
+    "NFLSackLeadersXML.xml",
+    "nflstandxml.xml"
   ]