X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=d703d3ae0481d4cf273c655bfdfee5deb4d1cdd1;hb=94292f07b5ef9076fefa9b1df8bbd990e08175f2;hp=ba31ba24f066df658010072b0c8d4197c7b33622;hpb=5fef8ad6148a61581359c9b35e813e2618962b85;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/SportInfo.hs b/src/TSN/XML/SportInfo.hs index ba31ba2..d703d3a 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -159,16 +159,16 @@ dtds = "nbaconfrecxml.dtd", "nbadaysxml.dtd", "nbadivisionsxml.dtd", - "NBAFGPctXML.dtd", -- no dtd - "NBAFoulsXML.dtd", -- no dtd - "NBAFTPctXML.dtd", -- no dtd - "NBAMinutesXML.dtd", -- no dtd - "NBAReboundsXML.dtd", -- no dtd - "NBAScorersXML.dtd", -- no dtd - "nbastandxml.dtd", -- no dtd - "NBAStealsXML.dtd", -- no dtd - "nbateamleadersxml.dtd", -- no dtd - "nbatripledoublexml.dtd", -- no dtd + "NBAFGPctXML.dtd", + "NBAFoulsXML.dtd", + "NBAFTPctXML.dtd", + "NBAMinutesXML.dtd", + "NBAReboundsXML.dtd", + "NBAScorersXML.dtd", + "nbastandxml.dtd", + "NBAStealsXML.dtd", + "nbateamleadersxml.dtd", + "nbatripledoublexml.dtd", "NBATurnoversXML.dtd", -- no dtd "NCAA_Conference_Schedule_XML.dtd", -- no dtd "nflfirstdownxml.dtd", -- no dtd @@ -402,7 +402,17 @@ sport_info_test_files = "NBABlocksXML.xml", "nbaconfrecxml.xml", "nbadaysxml.xml", - "nbadivisionsxml.xml" + "nbadivisionsxml.xml", + "NBAFGPctXML.xml", + "NBAFoulsXML.xml", + "NBAFTPctXML.xml", + "NBAMinutesXML.xml", + "NBAReboundsXML.xml", + "NBAScorersXML.xml", + "nbastandxml.xml", + "NBAStealsXML.xml", + "nbateamleadersxml.xml", + "nbatripledoublexml.xml" ]