pkiraly / metadata-qa-api

Metadata Quality Assessment Framework API
http://pkiraly.github.io/
GNU General Public License v3.0
14 stars 5 forks source link

The schema's namespace definition is not picked up #157

Open pkiraly opened 9 months ago

pkiraly commented 9 months ago

In order to apply the namespaces defined in the schema you have to add an extra line before starting the process:

XPathWrapper.setXpathEngine(schema.getNamespaces());

This is not documented, and not elegant. The process should read and register namespaces automatically.