metafacture-core
metafacture-core copied to clipboard
Provide namespace for xml-file in flux
Even though following ticket states that this is solved,
https://github.com/metafacture/metafacture-core/issues/247
One cannot add a simple namespace to an xml file with flux or its java implementation.
This should be easily possible.
Even though following ticket states that this is solved,
It's been solved for Java, not for Flux.
It seems that this also works in the flux: https://github.com/TobiasNx/metafacture_runner_examples/blob/b94d361280f7eec816acc5e4abae8da67b7e7ae4/examples/marc21-to-edm/MARC21-EDM.flux#L18
(i.e., namespaceFile vs. namespaces)
you are right, adding the namespace within the flux could be more convenient
It's deployed to staging, see https://test.metafacture.org/playground/?example=encode-xml . Can you review @maipet ?
Closing as completed.