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