Shortcuts:⌘ KSearch?HelpD MDark modeG TAll tools
Frequently Asked Questions
How does it name repeated XML elements for YAML lists?
For arrays, the tool singularizes the parent key when it can. For example, users becomes repeated user elements.
Can I change the root tag or remove the XML declaration?
Yes. You can set a custom root element and toggle the XML declaration and pretty-printing independently.
What if my YAML keys are not valid XML tag names?
The converter sanitizes them by replacing invalid characters with underscores and prefixing leading digits with an underscore.
Does it create XML attributes from YAML keys?
No. Everything is emitted as elements, not attributes.
Will special characters like & and < be escaped?
Yes. Text values are escaped for &, <, and > before they are written into XML.