XML lint (validate syntax) online

XML lint check – validate if syntax of given xml data is correct and see errors online.

Input xml

example: <tag1>foo</tag1> (char count: )


Errors in xml (if any)

Sample valid xml

  1. Simple xml

    <tag1>
    foo
    </tag1>