Review a product feed
<product id="1842"><name>Atlas Notebook</name><stock>27</stock></product>
Inspect the processed XML before using it in the feed.
Indent an XML document so nested elements, attributes, and repeated records are easier to inspect before you send or commit the file.
Formatting changes whitespace between elements. It does not validate a schema or change the values in the document.
Review the XML declaration, namespaces, attributes, and text nodes after formatting. Downstream systems can still require a particular schema.
<product id="1842"><name>Atlas Notebook</name><stock>27</stock></product>
Inspect the processed XML before using it in the feed.
Documents are parsed in this browser. The shared source, result, and editor preferences are saved locally.
JSON, YAML, XML, CSV output. JSON shape inspection infers types from the supplied sample. Conversion can lose format-specific comments.
Downloads use the active mode's text format.
Validation checks syntax. It does not prove that data is safe to execute or publish.
Convert structured data between JSON and XML.
JSON tools
Check XML for well-formed syntax and clear parse errors.
XML tools
Remove insignificant whitespace between XML tags.
XML tools
Valid XML