We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21c24c commit 201c1b9Copy full SHA for 201c1b9
metafacture-runner/src/main/dist/examples/marc21-to-edm/MARC21-EDM.flux
@@ -15,5 +15,5 @@ handle-marcxml|
15
morph(FLUX_DIR + "MARC21-EDM.xml", *)|
16
add-oreaggregation|
17
rdf-macros|
18
-stream-to-xml(roottag="rdf:RDF", recordtag="", namespacefile= FLUX_DIR+"edm-namespaces.properties")|
19
-write(out);
+encode-xml(roottag="rdf:RDF", recordtag="", namespacefile= FLUX_DIR+"edm-namespaces.properties")|
+write(out);
0 commit comments