]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commit
Re-enable DTD validation.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 24 Jan 2015 21:35:25 +0000 (16:35 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 24 Jan 2015 21:35:25 +0000 (16:35 -0500)
commit928a90109375caaa888ae4413151b560838948b7
tree9e248f121391264af5db9c2740139a27c8eac6bb
parentd3bb3071996f2591ca3c282e3b240d471784c813
Re-enable DTD validation.

This enables DTD validation in the default parse_opts. To work around
some broken document types, we've added another parse_opts_novalidate
and used that where applicable.

The test suite is still failing so this is a work-in-progress.
src/TSN/XML/News.hs
src/TSN/XML/Weather.hs
src/Xml.hs