diff --git a/nodes/core/parsers/70-XML.html b/nodes/core/parsers/70-XML.html index 2671e68fb..da5ba6115 100644 --- a/nodes/core/parsers/70-XML.html +++ b/nodes/core/parsers/70-XML.html @@ -23,10 +23,10 @@
- +
- +
@@ -36,7 +36,10 @@

A function that parses the msg.payload to convert xml to/from a javascript object. Places the result in the payload.

If the input is a string it tries to parse it as XML and creates a javascript object.

If the input is a javascript object it tries to build an XML string.

-

See the xml2js docs here for more information.

+

You can also pass in a msg.options object to overide all the multitude of parameters. See + the xml2js docs here + for more information.

+

If set, options in the edit dialogue override those passed in on the msg.options object.