This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 51bd992eaa [DOC] fix documentation
     new 28baa49b2c Merge pull request #1539 from hansva/master
51bd992eaa is described below

commit 51bd992eaa6f68a155ad87b43ef859b4cd004b9e
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Tue Jun 7 09:26:04 2022 +0200

    [DOC] fix documentation
---
 .../modules/ROOT/pages/pipeline/transforms/xmloutput.adoc             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/xmloutput.adoc 
b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/xmloutput.adoc
index ce0dc06583..89cb8e26ae 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/xmloutput.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/xmloutput.adoc
@@ -63,9 +63,9 @@ This encoding is specified in the header of the XML file.
 |Option|Description
 |Fieldname|The name of the field.
 |Elementname|The name of the element in the XML file to use.
-Type: Type of the field can be either String, Date, or Number.
+|Content Type| Is the field an attribute or Element
 |Type|Type of the field can be either String, Date, or Number.
-Format mask from which to convert; see Number formats for a complete 
description of format specifiers.
+|Format| The format mask used to convert the values
 |Length a|The length option depends on the field type follows:
 
 * Number - Total number of significant figures in a number

Reply via email to