X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FSportInfo.hs;h=94093b1498135ab2c0548335e1484b5e522fe502;hb=8b5fd854c3d6a22e2977eac78d5ae2e756d8a223;hp=9e87a3daf9015abfe32af8a9866f93c6b946cfcb;hpb=c34a8f961718d5ee2de850d19255b803253e5832;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/SportInfo.hs b/src/TSN/XML/SportInfo.hs index 9e87a3d..94093b1 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -118,8 +118,8 @@ dtds = "mlbonbasepctxml.dtd", "MLBOPSXML.dtd", "MLBPlateAppsXML.dtd", - "mlbrbisxml.dtd", -- no dtd - "mlbrunsleadersxml.dtd", -- no dtd + "mlbrbisxml.dtd", + "mlbrunsleadersxml.dtd", "MLBSacFliesXML.dtd", -- no dtd "MLBSacrificesXML.dtd", -- no dtd "MLBSBSuccessXML.dtd", -- no dtd @@ -362,7 +362,9 @@ sport_info_test_files = "MLBKORateXML.xml", "mlbonbasepctxml.xml", "MLBOPSXML.xml", - "MLBPlateAppsXML.xml" + "MLBPlateAppsXML.xml", + "mlbrbisxml.xml", + "mlbrunsleadersxml.xml" ]