Commit f81abb6
committed
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.1 parent 0d73713 commit f81abb6
File tree
1 file changed
+3
-2
lines changed- metafacture-biblio/src/main/java/org/metafacture/biblio/marc21
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
0 commit comments