miachm / SODS

A simple Java library for handle ODS (Open Document Spreadsheet, compatible with Excel and Libreoffice)
The Unlicense
74 stars 30 forks source link

Fixes #77 Disable DTD support on XMLInputFactory. #78

Closed tan9 closed 1 year ago

tan9 commented 1 year ago

Make the ODS files with DTD work on the JBoss-bundled Woodstox, or ensure they work on another StAX implementation set to validate by default.

Fixes #77