X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=8ab5c0f49988f88a2f205904b9812fcb06e1b2f8;hb=80198b5ab212fa9942465bae3e3842aa422307ec;hp=1a4fd0ba6bde786080747fa423c97fab7f2056ba;hpb=cb56cc308176a02de38bf095962643c77c6c563e;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/SportInfo.hs b/src/TSN/XML/SportInfo.hs index 1a4fd0b..8ab5c0f 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -170,14 +170,14 @@ dtds = "nbateamleadersxml.dtd", "nbatripledoublexml.dtd", "NBATurnoversXML.dtd", - "NCAA_Conference_Schedule_XML.dtd", -- no dtd - "nflfirstdownxml.dtd", -- no dtd - "NFLFumbleLeaderXML.dtd", -- no dtd - "NFLGiveTakeXML.dtd", -- no dtd + "NCAA_Conference_Schedule_XML.dtd", + "nflfirstdownxml.dtd", + "NFLFumbleLeaderXML.dtd", + "NFLGiveTakeXML.dtd", "NFLGrassTurfDomeOutsideXML.dtd", -- no dtd - "NFLInside20XML.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 @@ -413,7 +413,13 @@ sport_info_test_files = "NBAStealsXML.xml", "nbateamleadersxml.xml", "nbatripledoublexml.xml", - "NBATurnoversXML.xml" + "NBATurnoversXML.xml", + "NCAA_Conference_Schedule_XML.xml", + "nflfirstdownxml.xml", + "NFLFumbleLeaderXML.xml", + "NFLGiveTakeXML.xml", + "NFLInside20XML.xml", + "NFLKickoffsXML.xml" ]