digitalfondue / vatchecker

java library for calling the eu vat checker web service
Apache License 2.0
20 stars 3 forks source link

accessExternalDTD not supported #1

Closed SztrakaG closed 4 years ago

SztrakaG commented 4 years ago

I have this exception "java.lang.IllegalArgumentException: Not supported: http://javax.xml.XMLConstants/property/accessExternalDTD" when my code reach this code: tf.setAttribute(XMLConstants.ACCESS_EXTERNAL_DTD, "");

How can i fix it?

syjer commented 4 years ago

hi @SztrakaG , which version of java are you using?

edit: ok, I see it may be a dependency issue with xalan. I'll try to reproduce it and fix it on my side :)

syjer commented 4 years ago

hi @SztrakaG , could you try with the 1.4.2 version?

SztrakaG commented 4 years ago

hi @SztrakaG , could you try with the 1.4.2 version?

Hello @syjer !

Works perfectly! Thank you!