X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=29c3138b43aa0ccf5605727b5c6cbf56a382fe03;hb=4c58f918f7f24ee4c839b7c4f42a55f04a2d8622;hp=3f7461acb24ebf372f7c82275058cdfc87b6285a;hpb=d8550887f728a0169fc0b999e13d0ecf8e006021;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/SportInfo.hs b/src/TSN/XML/SportInfo.hs index 3f7461a..29c3138 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -165,20 +165,20 @@ dtds = "NBAMinutesXML.dtd", "NBAReboundsXML.dtd", "NBAScorersXML.dtd", - "nbastandxml.dtd", -- no dtd - "NBAStealsXML.dtd", -- no dtd - "nbateamleadersxml.dtd", -- no dtd - "nbatripledoublexml.dtd", -- no dtd - "NBATurnoversXML.dtd", -- no dtd - "NCAA_Conference_Schedule_XML.dtd", -- no dtd - "nflfirstdownxml.dtd", -- no dtd - "NFLFumbleLeaderXML.dtd", -- no dtd - "NFLGiveTakeXML.dtd", -- no dtd + "nbastandxml.dtd", + "NBAStealsXML.dtd", + "nbateamleadersxml.dtd", + "nbatripledoublexml.dtd", + "NBATurnoversXML.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 - "NFLMondayNightXML.dtd", -- no dtd + "NFLKickoffsXML.dtd", + "NFLMondayNightXML.dtd", "NFLPassingLeadersXML.dtd", -- no dtd "NFLPassLeadXML.dtd", -- no dtd "NFLQBStartsXML.dtd", -- no dtd @@ -408,7 +408,19 @@ sport_info_test_files = "NBAFTPctXML.xml", "NBAMinutesXML.xml", "NBAReboundsXML.xml", - "NBAScorersXML.xml" + "NBAScorersXML.xml", + "nbastandxml.xml", + "NBAStealsXML.xml", + "nbateamleadersxml.xml", + "nbatripledoublexml.xml", + "NBATurnoversXML.xml", + "NCAA_Conference_Schedule_XML.xml", + "nflfirstdownxml.xml", + "NFLFumbleLeaderXML.xml", + "NFLGiveTakeXML.xml", + "NFLInside20XML.xml", + "NFLKickoffsXML.xml", + "NFLMondayNightXML.xml" ]