jackson-dataformat-xml
jackson-dataformat-xml copied to clipboard
Allow enabling XML validation (DTD, XML Schema, RelaxNG) during deserialization?
Since Woodstox supports validation via Stax2 extension (as could other Stax2 implementations), it should be theoretically possible to enable automatic validation. But how to trigger that via API is a different question. Still, it might be possible, and if so, potentially useful feature.