X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=84f00cdbea7a60544c7184a71ef296766aa60d53;hb=3d2f82715f5fa3820dc6cde432466d1c1b14faa2;hp=b98292a0430cb3595ef5d94607258f7f5c4e0b01;hpb=d17a0f2e4774b23a0b348cb6be75cc64f81d8460;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/SportInfo.hs b/src/TSN/XML/SportInfo.hs index b98292a..84f00cd 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -166,12 +166,12 @@ dtds = "NBAReboundsXML.dtd", "NBAScorersXML.dtd", "nbastandxml.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 + "NBAStealsXML.dtd", + "nbateamleadersxml.dtd", + "nbatripledoublexml.dtd", + "NBATurnoversXML.dtd", + "NCAA_Conference_Schedule_XML.dtd", + "nflfirstdownxml.dtd", "NFLFumbleLeaderXML.dtd", -- no dtd "NFLGiveTakeXML.dtd", -- no dtd "NFLGrassTurfDomeOutsideXML.dtd", -- no dtd @@ -409,7 +409,13 @@ sport_info_test_files = "NBAMinutesXML.xml", "NBAReboundsXML.xml", "NBAScorersXML.xml", - "nbastandxml.xml" + "nbastandxml.xml", + "NBAStealsXML.xml", + "nbateamleadersxml.xml", + "nbatripledoublexml.xml", + "NBATurnoversXML.xml", + "NCAA_Conference_Schedule_XML.xml", + "nflfirstdownxml.xml" ]