XML - Extensible Markup Language is used to describe data. The XML standard is a flexible way to create information formats and electronically share structured data via the public Internet, as well as via corporate networks.
The XML format can be used by any individual or group of individuals or companies that want to share information in a consistent way. XML is actually a simpler and easier-to-use subset of the Standard Generalized Markup Language (SGML), which is the standard to create a document structure.
The Validate XML online was created to help with debugging, find errors and warnings. As XML data is often output without line breaks to save space, it is extremely difficult to actually read and check for validity. This tool allows you to solve the problem by validate and formatting XML data, so that it is easy to read and debug.
Just paste your XML to the textarea above and click to the button "Validate" and you will get result of validate below in the next form.
<?xml version="1.0" encoding="UTF-8"?> <result> <website> <domain>wtools.io</domain> <title>Online Web Tools</title> </website> </result>Not-Valid:
<?xml version="1.0" encoding="UTF-8"?> <result> <website> <domain>wtools.io</domain> <title>Online Web Tools </website> </result>