]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/XML/SportInfo.hs
Add SportInfo support for WNBATurnoversXML.dtd.
[dead/htsn-import.git] / src / TSN / XML / SportInfo.hs
index ad33d5346da6ebae579399f91882e06d10887e50..289107dced3821edca77b04d18280dacc9354371 100644 (file)
@@ -208,12 +208,11 @@ dtds =
     "WNBAFoulsXML.dtd",
     "WNBAFTPctXML.dtd",
     "WNBAMinutesXML.dtd",
-    "WNBAReboundsXML.dtd", -- no dtd
-    "WNBAScorersXML.dtd", -- no dtd
-    "wnbastandxml.dtd", -- no dtd
-    "WNBAStealsXML.dtd", -- no dtd
-    "WNBATurnoversXML.dtd" -- no dtd
-  ]
+    "WNBAReboundsXML.dtd",
+    "WNBAScorersXML.dtd",
+    "wnbastandxml.dtd",
+    "WNBAStealsXML.dtd",
+    "WNBATurnoversXML.dtd" ]
 
 
 -- | XML representation of a SportInfo \<message\>.
@@ -441,8 +440,12 @@ sport_info_test_files =
     "WNBAFGPctXML.xml",
     "WNBAFoulsXML.xml",
     "WNBAFTPctXML.xml",
-    "WNBAMinutesXML.xml"
-  ]
+    "WNBAMinutesXML.xml",
+    "WNBAReboundsXML.xml",
+    "WNBAScorersXML.xml",
+    "wnbastandxml.xml",
+    "WNBAStealsXML.xml",
+    "WNBATurnoversXML.xml" ]