Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add how to set an empty namespace (#552)
The MARC21 namespace is checked by default. Sometimes there is MARC21 data without the proper namespace or none namespace at all. To make the handler run in such cases the namespace must be explicitly set as parameter to match the namespace used in the data. The @description describes how to set an empty namespace if the namespace is missing. Ignoring the namepace at all can be done only via JAVA-API by setting it to null.
- Loading branch information