{
  "id": "xml-validator",
  "slug": "xml-validator",
  "title": "XML Validator & Formatter",
  "description": "Validate and pretty-print XML in your browser using the DOMParser.",
  "category": "validators",
  "tags": ["xml", "validate", "format", "pretty"],
  "icon": "code",
  "needsBackend": false,
  "relatedModules": ["json-validator"],
  "seoIntro": "XML (eXtensible Markup Language) is a self-describing text format. This validator parses your XML using the browser's DOMParser, reports the first parse error, and indents the output for readability.",
  "seoFaq": [
    { "q": "Does it validate against an XSD?", "a": "Not yet — only well-formedness is checked." },
    { "q": "Is XML sent to a server?", "a": "No, parsing happens in your browser." }
  ]
}
