X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=fbca4e09c0db3b1ea04fbcff0bd8439ca9b4d7c6;hb=4b65b889112c20facd3582f47ececfaa9790e697;hp=5e70677bd8839497060f9e129eb4c8db793988e7;hpb=e2bc7a95ec1e02ef0426abb627b465b70c847953;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/SportInfo.hs b/src/TSN/XML/SportInfo.hs index 5e70677..fbca4e0 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -164,9 +164,9 @@ dtds = "NBAFTPctXML.dtd", "NBAMinutesXML.dtd", "NBAReboundsXML.dtd", - "NBAScorersXML.dtd", -- no dtd - "nbastandxml.dtd", -- no dtd - "NBAStealsXML.dtd", -- no dtd + "NBAScorersXML.dtd", + "nbastandxml.dtd", + "NBAStealsXML.dtd", "nbateamleadersxml.dtd", -- no dtd "nbatripledoublexml.dtd", -- no dtd "NBATurnoversXML.dtd", -- no dtd @@ -407,7 +407,10 @@ sport_info_test_files = "NBAFoulsXML.xml", "NBAFTPctXML.xml", "NBAMinutesXML.xml", - "NBAReboundsXML.xml" + "NBAReboundsXML.xml", + "NBAScorersXML.xml", + "nbastandxml.xml", + "NBAStealsXML.xml" ]