From 1e0171dd0eaa4364b80e4ff25c69eeea5b0adc13 Mon Sep 17 00:00:00 2001 From: Pascal Christoph Date: Tue, 19 Mar 2024 16:27:36 +0100 Subject: [PATCH] Update flux-commands Results from https://github.com/metafacture/metafacture-core/issues/505. --- flux-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flux-commands.md b/flux-commands.md index 02dd884..1e52834 100644 --- a/flux-commands.md +++ b/flux-commands.md @@ -264,7 +264,7 @@ encode-pica encode-xml ---------- - description: Encodes a stream as xml -- options: recordtag (String), namespacefile (String), xmlheaderversion (String), writexmlheader (boolean), xmlheaderencoding (String), separateroots (boolean), roottag (String), valuetag (String), attributemarker (String), writeroottag (boolean) +- options: recordtag (String), namespacefile (String), xmlheaderversion (String), writexmlheader (boolean), xmlheaderencoding (String), separateroots (boolean), roottag (String), valuetag (String), attributemarker (String), writeroottag (boolean), namespaces (String) - signature: StreamReceiver -> String - [example in Playground](https://metafacture.org/playground/?example=encode-xml) - java class: [org.metafacture.xml.SimpleXmlEncoder](https://github.com/metafacture/metafacture-core/blob/master/metafacture-xml/src/main/java/org/metafacture/xml/SimpleXmlEncoder.java)