UNPKG

n8n-nodes-xml-plus

Version:

An alternative XML node based on fast-xml-parser as opposed to xml2js that's used in the built-in XML node. Designed for performance with larger datasets as well as adding additional customizability.

3 lines (2 loc) 109 B
import type { INodeProperties } from 'n8n-workflow'; export declare const xmlPlusOptions: INodeProperties[];