membrane / soa-model

Toolkit and Java API for WSDL, WADL and XML Schema.
http://www.membrane-soa.org/soa-model/
Apache License 2.0
94 stars 73 forks source link

ParseError for DTDs #295

Closed jannik38 closed 2 weeks ago

jannik38 commented 7 months ago

Hello,

If you parse an xsd file that contains DTDs with the current version, you will get a ParseError. However, if you disable DTD support in XMLInputFactory, it works.

Best regards

saschagrebe commented 2 weeks ago

@predic8 Is it possible to merge the issue and release a new version? @jannik38 fixed the requested change.

predic8 commented 2 weeks ago

Hi @saschagrebe, PR is merged. We only release when something is really urgent cause this is technology from 20 years ago.