X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=1a4fd0ba6bde786080747fa423c97fab7f2056ba;hb=cb56cc308176a02de38bf095962643c77c6c563e;hp=d703d3ae0481d4cf273c655bfdfee5deb4d1cdd1;hpb=94292f07b5ef9076fefa9b1df8bbd990e08175f2;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/SportInfo.hs b/src/TSN/XML/SportInfo.hs index d703d3a..1a4fd0b 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -169,7 +169,7 @@ dtds = "NBAStealsXML.dtd", "nbateamleadersxml.dtd", "nbatripledoublexml.dtd", - "NBATurnoversXML.dtd", -- no dtd + "NBATurnoversXML.dtd", "NCAA_Conference_Schedule_XML.dtd", -- no dtd "nflfirstdownxml.dtd", -- no dtd "NFLFumbleLeaderXML.dtd", -- no dtd @@ -412,7 +412,8 @@ sport_info_test_files = "nbastandxml.xml", "NBAStealsXML.xml", "nbateamleadersxml.xml", - "nbatripledoublexml.xml" + "nbatripledoublexml.xml", + "NBATurnoversXML.xml" ]