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