metafacture / metafacture-core

Core package of the Metafacture tool suite for metadata processing.
https://metafacture.org
Apache License 2.0
69 stars 34 forks source link

Make DTD Handling in decode-xml optional #537

Open TobiasNx opened 2 weeks ago

TobiasNx commented 2 weeks ago

decode-xml throws exception due to a missing DTD File on the web. See here

The error is the Doctype declaration that is not available anymore on the web. See workaround that deletes it.

The DTD handling should be optional, so that one could configure to ignore the DTD.