X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=3f7461acb24ebf372f7c82275058cdfc87b6285a;hb=d8550887f728a0169fc0b999e13d0ecf8e006021;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..3f7461a 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -164,7 +164,7 @@ dtds = "NBAFTPctXML.dtd", "NBAMinutesXML.dtd", "NBAReboundsXML.dtd", - "NBAScorersXML.dtd", -- no dtd + "NBAScorersXML.dtd", "nbastandxml.dtd", -- no dtd "NBAStealsXML.dtd", -- no dtd "nbateamleadersxml.dtd", -- no dtd @@ -407,7 +407,8 @@ sport_info_test_files = "NBAFoulsXML.xml", "NBAFTPctXML.xml", "NBAMinutesXML.xml", - "NBAReboundsXML.xml" + "NBAReboundsXML.xml", + "NBAScorersXML.xml" ]