X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=8ab5c0f49988f88a2f205904b9812fcb06e1b2f8;hb=80198b5ab212fa9942465bae3e3842aa422307ec;hp=7961383467fdf289526212c04f47b18ee6177fdc;hpb=f5ae66488ff0da40ef14521ebb4474a2995ce77b;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/SportInfo.hs b/src/TSN/XML/SportInfo.hs index 7961383..8ab5c0f 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -177,7 +177,7 @@ dtds = "NFLGrassTurfDomeOutsideXML.dtd", -- no dtd "NFLInside20XML.dtd", "NFLInterceptionLeadersXML.dtd", -- no dtd - "NFLKickoffsXML.dtd", -- no dtd + "NFLKickoffsXML.dtd", "NFLMondayNightXML.dtd", -- no dtd "NFLPassingLeadersXML.dtd", -- no dtd "NFLPassLeadXML.dtd", -- no dtd @@ -418,7 +418,8 @@ sport_info_test_files = "nflfirstdownxml.xml", "NFLFumbleLeaderXML.xml", "NFLGiveTakeXML.xml", - "NFLInside20XML.xml" + "NFLInside20XML.xml", + "NFLKickoffsXML.xml" ]