The XML Tools connector provides operations for working with XML — parsing, converting to and from JSON, formatting, and validation.Documentation Index
Fetch the complete documentation index at: https://docs.spojit.com/llms.txt
Use this file to discover all available pages before exploring further.
No connection required — this utility connector works out of the box.
Tools
to-json — Convert XML to JSON
to-json — Convert XML to JSON
XML string to convert.
Ignore XML attributes.
Prefix for attribute keys in JSON.
Key name for text nodes.
Preserve element order in output.
from-json — Convert JSON to XML
from-json — Convert JSON to XML
JSON data to convert.
Root element name.
Prefix that identifies attributes.
Key name for text content.
Include XML declaration.
Format with indentation.
parse — Parse XML with metadata
parse — Parse XML with metadata
Parse XML and return structured data with metadata.Example request:Example response:
XML string to parse.
prettify — Format XML
prettify — Format XML
minify — Minify XML
minify — Minify XML
Remove all unnecessary whitespace from XML.Example request:Example response:
XML string to minify.
validate — Validate XML
validate — Validate XML
Check if a string is valid XML.Example request:Example response:
XML string to validate.