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