1.1.2 • Published 7 months ago

node-red-contrib-fastxml v1.1.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

node-red-contrib-fastxml

A Node-RED node to parse XML strings into JSON and vice-versa.

Install

Run the following command in your Node-RED user directory - typically ~/.node-red

npm i node-red-contrib-fastxml

Usage

A function that converts the msg.payload to and from XML format.

Uses the fast-xml-parser library.

NOTE: it is slightly different from the core XML node in that the default header for tag attributes can be left blank which can help flatten some XML docs, but does mean they can't be recontructed 1 for 1 in that case.

1.1.2

7 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.0

9 months ago