X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=d703d3ae0481d4cf273c655bfdfee5deb4d1cdd1;hb=94292f07b5ef9076fefa9b1df8bbd990e08175f2;hp=a02d769ca6de6adbb73b566276ee8abfd48d9216;hpb=ece8bccb3952fce63c1c649406243f064ce4e86c;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/SportInfo.hs b/src/TSN/XML/SportInfo.hs index a02d769..d703d3a 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -168,7 +168,7 @@ dtds = "nbastandxml.dtd", "NBAStealsXML.dtd", "nbateamleadersxml.dtd", - "nbatripledoublexml.dtd", -- no dtd + "nbatripledoublexml.dtd", "NBATurnoversXML.dtd", -- no dtd "NCAA_Conference_Schedule_XML.dtd", -- no dtd "nflfirstdownxml.dtd", -- no dtd @@ -411,7 +411,8 @@ sport_info_test_files = "NBAScorersXML.xml", "nbastandxml.xml", "NBAStealsXML.xml", - "nbateamleadersxml.xml" + "nbateamleadersxml.xml", + "nbatripledoublexml.xml" ]