handle-marcxml
pushes trough broken records without namespace
#581
Labels
handle-marcxml
pushes trough broken records without namespace
#581
When an incoming marcxml record without namespace streams through
handle-marcxml
and this is encoded withencode-xml
broken data without record or collection tags are created.See: https://github.com/TobiasNx/notWorkingFlux/tree/main/marcxmlToMarcxmlWithoutHeader
This does not happen if the handler has the following option
handle-marcxml(ignoreNamespace="true")
When encoding to other serialization the behaviour is different:
The text was updated successfully, but these errors were encountered: