X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=29c3138b43aa0ccf5605727b5c6cbf56a382fe03;hb=4c58f918f7f24ee4c839b7c4f42a55f04a2d8622;hp=8ab5c0f49988f88a2f205904b9812fcb06e1b2f8;hpb=80198b5ab212fa9942465bae3e3842aa422307ec;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/SportInfo.hs b/src/TSN/XML/SportInfo.hs index 8ab5c0f..29c3138 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -178,7 +178,7 @@ dtds = "NFLInside20XML.dtd", "NFLInterceptionLeadersXML.dtd", -- no dtd "NFLKickoffsXML.dtd", - "NFLMondayNightXML.dtd", -- no dtd + "NFLMondayNightXML.dtd", "NFLPassingLeadersXML.dtd", -- no dtd "NFLPassLeadXML.dtd", -- no dtd "NFLQBStartsXML.dtd", -- no dtd @@ -419,7 +419,8 @@ sport_info_test_files = "NFLFumbleLeaderXML.xml", "NFLGiveTakeXML.xml", "NFLInside20XML.xml", - "NFLKickoffsXML.xml" + "NFLKickoffsXML.xml", + "NFLMondayNightXML.xml" ]