Skip to content

Commit 201c1b9

Browse files
committed
Replace the deprecated flux command with the new one
See #310.
1 parent e21c24c commit 201c1b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

metafacture-runner/src/main/dist/examples/marc21-to-edm/MARC21-EDM.flux

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ handle-marcxml|
1515
morph(FLUX_DIR + "MARC21-EDM.xml", *)|
1616
add-oreaggregation|
1717
rdf-macros|
18-
stream-to-xml(roottag="rdf:RDF", recordtag="", namespacefile= FLUX_DIR+"edm-namespaces.properties")|
19-
write(out);
18+
encode-xml(roottag="rdf:RDF", recordtag="", namespacefile= FLUX_DIR+"edm-namespaces.properties")|
19+
write(out);

0 commit comments

Comments
 (0)