Convert plain key: value text to well-formed XML documents. Specify a custom root element tag. Runs entirely in your browser — your data never leaves the page.
Each line in key: value format becomes an XML element. The key becomes the element tag name (spaces converted to underscores) and the value becomes the element's text content. The whole output is wrapped in a configurable root element.
POST /api/v1/datatools/convert/text-to-xml — body: {"input": "name: John\nage: 30", "rootTag": "person"}