Convert plain key:value text into well-formed XML documents. Specify a root element name. Runs entirely in your browser.
Each line is parsed as a key-value pair. The key becomes the XML element name and the value becomes its text content. All elements are wrapped in the root element you specify.