X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=d703d3ae0481d4cf273c655bfdfee5deb4d1cdd1;hb=94292f07b5ef9076fefa9b1df8bbd990e08175f2;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..d703d3a 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -166,9 +166,9 @@ dtds = "NBAReboundsXML.dtd", "NBAScorersXML.dtd", "nbastandxml.dtd", - "NBAStealsXML.dtd", -- no dtd - "nbateamleadersxml.dtd", -- no dtd - "nbatripledoublexml.dtd", -- no dtd + "NBAStealsXML.dtd", + "nbateamleadersxml.dtd", + "nbatripledoublexml.dtd", "NBATurnoversXML.dtd", -- no dtd "NCAA_Conference_Schedule_XML.dtd", -- no dtd "nflfirstdownxml.dtd", -- no dtd @@ -409,7 +409,10 @@ sport_info_test_files = "NBAMinutesXML.xml", "NBAReboundsXML.xml", "NBAScorersXML.xml", - "nbastandxml.xml" + "nbastandxml.xml", + "NBAStealsXML.xml", + "nbateamleadersxml.xml", + "nbatripledoublexml.xml" ]