X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=sidebyside;f=src%2FTSN%2FXML%2FSportInfo.hs;h=ffdd6c158a6af7f0f33673485581cb2379fddb77;hb=213c7f00fce1f089d3cce73ecfbbd2d83ba516c4;hp=bc2fdcc0300ff0bee508a706bd770c40900ee07f;hpb=8017efc50a3558b9060c6f414a03fb7e39ed58d6;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/SportInfo.hs b/src/TSN/XML/SportInfo.hs index bc2fdcc..ffdd6c1 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -161,16 +161,16 @@ dtds = "nbadivisionsxml.dtd", "NBAFGPctXML.dtd", "NBAFoulsXML.dtd", - "NBAFTPctXML.dtd", -- no dtd - "NBAMinutesXML.dtd", -- no dtd - "NBAReboundsXML.dtd", -- no dtd - "NBAScorersXML.dtd", -- no 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 + "NBAFTPctXML.dtd", + "NBAMinutesXML.dtd", + "NBAReboundsXML.dtd", + "NBAScorersXML.dtd", + "nbastandxml.dtd", + "NBAStealsXML.dtd", + "nbateamleadersxml.dtd", + "nbatripledoublexml.dtd", + "NBATurnoversXML.dtd", + "NCAA_Conference_Schedule_XML.dtd", "nflfirstdownxml.dtd", -- no dtd "NFLFumbleLeaderXML.dtd", -- no dtd "NFLGiveTakeXML.dtd", -- no dtd @@ -404,7 +404,17 @@ sport_info_test_files = "nbadaysxml.xml", "nbadivisionsxml.xml", "NBAFGPctXML.xml", - "NBAFoulsXML.xml" + "NBAFoulsXML.xml", + "NBAFTPctXML.xml", + "NBAMinutesXML.xml", + "NBAReboundsXML.xml", + "NBAScorersXML.xml", + "nbastandxml.xml", + "NBAStealsXML.xml", + "nbateamleadersxml.xml", + "nbatripledoublexml.xml", + "NBATurnoversXML.xml", + "NCAA_Conference_Schedule_XML.xml" ]