Skip to content

Commit 2f64151

Browse files
committed
Merge remote-tracking branch 'ssh/308-addEncodeXmlToFluxCommands'
2 parents fb844ea + 201c1b9 commit 2f64151

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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);

metafacture-xml/src/main/resources/flux-commands.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
handle-cg-xml org.metafacture.xml.CGXmlHandler
1717
handle-generic-xml org.metafacture.xml.GenericXmlHandler
1818
stream-to-xml org.metafacture.xml.SimpleXmlEncoder
19+
encode-xml org.metafacture.xml.SimpleXmlEncoder
1920
decode-xml org.metafacture.xml.XmlDecoder
2021
split-xml-elements org.metafacture.xml.XmlElementSplitter
2122
write-xml-files org.metafacture.xml.XmlFilenameWriter

0 commit comments

Comments
 (0)