🌐
SourceForge
sourceforge.net › projects › xmlvalidator
XmlValidator download | SourceForge.net
Download XmlValidator for free. Application made with Mono 2.0, compatible with .Net Framework 2.0. It allows to load and modify xml, xsd and xsl docs and perform theirs validation, also using an embedded browser.
Rating: 2.8 ​ - ​ 5 votes
🌐
Xml-buddy
xml-buddy.com › xml-validator-download.htm
Download XML validator and editor
Free download. 14 days trial period. XML Validator Buddy makes it easy to edit, create and validate any number of XML and JSON documents.
🌐
Xml-buddy
xml-buddy.com › ValidatorBuddy.htm
XML validator and editor for Windows
XML ValidatorBuddy is also a complete ... in your JSON data quickly with the built-in syntax checker. Visit the Download page and install the XML ValidatorBuddy editor and validator as your XML software package right now....
🌐
Cmu
pslcdatashop.web.cmu.edu › about › xmlvalidator.html
Download the XML Validator Tool
Download the ZIP file above and extract its contents to your hard disk. Open a command prompt and navigate to the XML Validator tool directory, which should contain both "dist" and "extlib" directories.
🌐
Altova
altova.com › xmlspy-xml-editor › xml-validator
Hyper-fast XML Validator | Altova
Integration with installed RaptorXML ... you validate an entire XMLSpy project in a fraction of the time previously required. This functionality makes RaptorXML Server even more useful for development teams, because they can now take advantage of a single, shared RaptorXML Server to greatly speed up processing in XMLSpy. ... Download a fully ...
🌐
Teleport
goteleport.com › resources › tools › xml-validator
XML Validator | Instant Syntax Check | Teleport
Quickly validate your XML data with our free online tool. Get instant feedback on errors and improve your data's accuracy and reliability.
🌐
Liquid Technologies
liquid-technologies.com › online-xml-validator
Free Online XML Validator (Well formed)
The Free Community Edition of Liquid Studio comes with an advanced XML Editor, packed with many helpful features including XML document validation. Data Security Warning - Tick this box to confirm you understand all data is stored on our servers ...
🌐
GitHub
github.com › ISAITB › xml-validator
GitHub - ISAITB/xml-validator: Web and command-line application supported by the European Commission’s DIGIT for the validation of XML data.
Web and command-line application supported by the European Commission’s DIGIT for the validation of XML data. - ISAITB/xml-validator
Author   ISAITB
🌐
JSON Formatter
jsonformatter.org › xml-validator
Best XML Validator Online
Input XML · Sample · Load Data Validate Format / Beautify · Download · XML View · XML Validator Online helps to Edit, View, Analyse XML data along with formatting XML data. It's very simple and easy way to Edit XML Data and Share with others.
Find elsewhere
🌐
SourceForge
sourceforge.net › projects › camprocessor
XML Editor/Validator/Designer with CAMV download | SourceForge.net
Download XML Editor/Validator/Designer with CAMV for free. CAM XML Editor for XML+JSON+Hibernate+SQL Open-XDX sponsored by Oracle. The CAM editor is the leading open source XML Editor/Validation/Schema toolset for rapidly building / deploying ...
Rating: 5 ​ - ​ 13 votes
🌐
Chrome Web Store
chromewebstore.google.com › detail › xml-validator › knhapdniefaielflkkfifoipbjcoidgf
XML Validator - Chrome Web Store
Check your XML code for any syntax errors using our software today. Simply paste in your XML code and our extension will check the XML code for simple syntax errors etc to ensure your code works before you upload the XML files. Use this free XML validator today.
🌐
W3Schools
w3schools.com › xml › xml_validator.asp
XML Validator
To help you syntax-check your XML, we have created an XML validator.
🌐
Xmlvalidation
xmlvalidation.com
Validate XML files
Upload XML and XSL files and validate their syntax
🌐
Liquid Technologies
liquid-technologies.com › online-xsd-validator
Free Online XML Validator (XSD)
The Free Community Edition of Liquid Studio comes with an advanced XML Editor, packed with many helpful features including XML document validation. Data Security Warning - Tick this box to confirm you understand all data is stored on our servers ...
Top answer
1 of 14
251

After some research, I think the best answer is Xerces, as it implements all of XSD, is cross-platform and widely used. I've created a small Java project on github to validate from the command line using the default JRE parser, which is normally Xerces. This can be used on Windows/Mac/Linux.

There is also a C++ version of Xerces available if you'd rather use that. The StdInParse utility can be used to call it from the command line. Also, a commenter below points to this more complete wrapper utility.

You could also use xmllint, which is part of libxml. You may well already have it installed. Example usage:

xmllint --noout --schema XSD_FILE XML_FILE

One problem is that libxml doesn't implement all of the specification, so you may run into issues :(

Alternatively, if you are on Windows, you can use msxml, but you will need some sort of wrapper to call it, such as the GUI one described in this DDJ article. However, it seems most people on Windows use an XML Editor, such as Notepad++ (as described in Nate's answer) or XML Notepad 2007 as suggested by SteveC (there are also several commercial editors which I won't mention here).

Finally, you'll find different programs will, unfortunately, give different results. This is largely due to the complexity of the XSD spec. You may want to test your schema with several tools.

UPDATE: I've expanded on this in a blog post.

2 of 14
118

There's a plugin for Notepad++ called XML Tools that offers XML verification and validation against an XSD.

You can see how to use it here.

🌐
Mockoon
mockoon.com › tools › xml-validator
Mockoon - Online XML validator
XML is valid! Mockoon is a powerful API mocking tool that makes it easy to create and manage mock APIs for prototyping and testing. With an intuitive interface, you can quickly set up mock servers, customize responses, and simulate scenarios in real-time, enhancing team collaboration and speeding up development. Download ·
🌐
Xml-buddy
xml-buddy.com
XML editor and validator tool
XML editor and validator tool - Download the 14 days Free Trial now!
🌐
Microsoft Edge
microsoftedge.microsoft.com › addons › detail › ighkejkldaolhppgniaiilhldidpdkei
XML Validator - Microsoft Edge Addons
Make Microsoft Edge your own with extensions that help you personalize the browser and be more productive.
🌐
Tangenttechnologies
tangenttechnologies.ca › blog › 7-xml-validation-tools
7 XML Validation Tools - Which one is best? | Tangent Technologies
If you suspect and error in your XML get a quick validation on your XML File by copying and pasting your XML document into an online tool like https://www.liquid-technologies.com/online-xml-validator. This saves you the hassle of starting up a desktop editor and installing a plugin.