X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=sidebyside;f=src%2FTSN%2FXML%2FSportInfo.hs;h=6080df4c1dafa08f847a405da9e8c40da95ee9a2;hb=492f8dee0563c0f367d286d239e029f7bc4f9e5a;hp=a96a7fd485e6b2ca21affa219ff691825300f503;hpb=9f74a51f1d53a5c1a62d6fa0f0ed1778bc4c27b4;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/SportInfo.hs b/src/TSN/XML/SportInfo.hs index a96a7fd..6080df4 100644 --- a/src/TSN/XML/SportInfo.hs +++ b/src/TSN/XML/SportInfo.hs @@ -84,7 +84,7 @@ dtds = "CBASK_MinutesXML.dtd", "Cbask_Polls_XML.dtd", "CBASK_ReboundsXML.dtd", - "CBASK_ScoringLeadersXML.dtd", -- no dtd + "CBASK_ScoringLeadersXML.dtd", "CBASK_StealsXML.dtd", -- no dtd "Cbask_Team_Scoring_Rebound_Margin_XML.dtd", -- no dtd "Cbask_Team_Scoring_XML.dtd", -- no dtd @@ -331,7 +331,8 @@ sport_info_test_files = "test/xml/sportinfo/Cbask_Indv_Scoring_XML.xml", "test/xml/sportinfo/CBASK_MinutesXML.xml", "test/xml/sportinfo/Cbask_Polls_XML.xml", - "test/xml/sportinfo/CBASK_ReboundsXML.xml" + "test/xml/sportinfo/CBASK_ReboundsXML.xml", + "test/xml/sportinfo/CBASK_ScoringLeadersXML.xml" ]