X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=b98292a0430cb3595ef5d94607258f7f5c4e0b01;hb=d17a0f2e4774b23a0b348cb6be75cc64f81d8460;hp=3f7461acb24ebf372f7c82275058cdfc87b6285a;hpb=d8550887f728a0169fc0b999e13d0ecf8e006021;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/SportInfo.hs b/src/TSN/XML/SportInfo.hs index 3f7461a..b98292a 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -165,7 +165,7 @@ dtds = "NBAMinutesXML.dtd", "NBAReboundsXML.dtd", "NBAScorersXML.dtd", - "nbastandxml.dtd", -- no dtd + "nbastandxml.dtd", "NBAStealsXML.dtd", -- no dtd "nbateamleadersxml.dtd", -- no dtd "nbatripledoublexml.dtd", -- no dtd @@ -408,7 +408,8 @@ sport_info_test_files = "NBAFTPctXML.xml", "NBAMinutesXML.xml", "NBAReboundsXML.xml", - "NBAScorersXML.xml" + "NBAScorersXML.xml", + "nbastandxml.xml" ]