X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FGameInfo.hs;fp=src%2FTSN%2FXML%2FGameInfo.hs;h=691d9a992538d8230f64b44dcd98abdebd95547a;hb=506a7ef122d6c27d3fd99cb090dbbada38c12445;hp=4cb325c94b568b59db4121372ef93d9862dc4042;hpb=57782578adc2b1aa463efcf4b85627b88bda681d;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/GameInfo.hs b/src/TSN/XML/GameInfo.hs index 4cb325c..691d9a9 100644 --- a/src/TSN/XML/GameInfo.hs +++ b/src/TSN/XML/GameInfo.hs @@ -60,16 +60,11 @@ import Xml ( -- make sure that we are really receiving XML for these DTDs -- (i.e. the names are correct). -- --- Those marked \"TSN DTD\" are the ones for which we did not --- receive any XML during implementation; therefore the TSN DTD was --- used. This matters because it is almost certainly incorrect, so --- we can expect import failures when we finally do see some XML. --- dtds :: [String] dtds = - [ "CBASK_Lineup_XML.dtd", -- TSN DTD + [ "CBASK_Lineup_XML.dtd", "cbaskpreviewxml.dtd", - "cflpreviewxml.dtd", -- missing DTD + "cflpreviewxml.dtd", "Matchup_NBA_NHL_XML.dtd", -- missing DTD "mlbpreviewxml.dtd", "MLB_Gaming_Matchup_XML.dtd", @@ -193,6 +188,7 @@ gameinfo_test_files :: [FilePath] gameinfo_test_files = [ "test/xml/gameinfo/CBASK_Lineup_XML.xml", "test/xml/gameinfo/cbaskpreviewxml.xml", + "test/xml/gameinfo/cflpreviewxml.xml", "test/xml/gameinfo/MLB_Gaming_Matchup_XML.xml", "test/xml/gameinfo/MLB_Lineup_XML.xml", "test/xml/gameinfo/MLB_Matchup_XML.xml",