MyCoRe-Org / libmeta

Java APIs and models for common library standards
GNU Lesser General Public License v3.0
0 stars 2 forks source link

XML Schema validator: strict-mode or continue-mode #96

Closed rsteph-de closed 4 months ago

rsteph-de commented 4 months ago

define param strictMode

if set to true all schema files must be provided locally in classpath an configured in catalog.xml files otherwise the validator will try to lookup unknown schema locations on the internet

see https://docs.oracle.com/javase%2F9%2Fdocs%2Fapi%2F%2F/javax/xml/catalog/CatalogFeatures.html