-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add how to read MARC XML without namespace definition #552
Labels
Comments
dr0i
added a commit
that referenced
this issue
Jul 15, 2024
The @description describes how to set null using the flux. The method description descrbes how to set it using the JAVA-Api.
dr0i
added a commit
that referenced
this issue
Jul 15, 2024
The @description describes how to set null using the flux. The method description descrbes how to set it using the JAVA-Api.
dr0i
added a commit
that referenced
this issue
Jul 15, 2024
To ignore the namepace it has to be set to null. The @description describes how to set to null using the flux. The method description describes how to set it using the JAVA-API.
dr0i
added a commit
that referenced
this issue
Jul 16, 2024
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.
dr0i
added a commit
that referenced
this issue
Jul 16, 2024
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's already possible to read MARC XML without having a namespace defined:
* A marc xml reader. To read marc data without namespace specification set option
namespace=""
or to null when using JAVA code.This information is just not part of the
@Description
and thus doesn't made it into the docu.May be related to #545.
The text was updated successfully, but these errors were encountered: