metafacture / metafacture-core

Core package of the Metafacture tool suite for metadata processing.
https://metafacture.org
Apache License 2.0
69 stars 34 forks source link

Provide namespace for xml-file in flux #505

Closed TobiasNx closed 2 months ago

TobiasNx commented 8 months ago

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.

blackwinter commented 8 months ago

Even though following ticket states that this is solved,

It's been solved for Java, not for Flux.

TobiasNx commented 7 months ago

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

blackwinter commented 7 months ago

(i.e., namespaceFile vs. namespaces)

TobiasNx commented 7 months ago

you are right, adding the namespace within the flux could be more convenient

dr0i commented 3 months ago

It's deployed to staging, see https://test.metafacture.org/playground/?example=encode-xml . Can you review @maipet ?

dr0i commented 2 months ago

Closing as completed.