Skip to content

Read XML

Type: xml-read  ·  Package: XML Activities v1.0.0  ·  Output: string

Reads an XML file and returns its contents as text. It is the first step of the XML flow: loading the document and then consulting or modifying it with the other activities.

Reads the path file and returns its contents as a string. Pass it as xml to the query and modify activities.

ParameterEditorDescription
pathexpressionXML file path.
ParameterEditorDescription
encodingtextCoding. By default "utf-8".

Returns a string with the XML content.

Read XML path = = ruta → output: xml
XML Query Text xml = = xml xpath = "//Factura/Numero" → output: numero