What graphical software do you recomend to validate a XML file against XSD definition file?
Most IDEs will do this for you. Although they are usually just a wrapper for a command line parser.
Why does it need to be graphical?
Liquid XML Studio isn't a bad option, and from what I remember it'll do what you need.:
Visual Studio will do this for you. So too will Altova Xml Spy.
There are also a number of free tools that can do this for you; check out DanSharp XmlViewer @ http://www.bizbert.com/bizbert/2007/11/25/DanSharp+XmlViewer.aspx
this does a great job of assisting with XPath statements and XSD validations etc.
It is always useful when validating against an XML Schema to be able use multiple XML Schema engines. This is especially useful when you have errors and one processor may describe better than the others the respective error situation. Also it is good to be able to use the same engine that you use in your production system also during development.
There are at least two graphical XML schema editors that support multiple XML Schema engines:
- oXygen XML Editor
- Stylus Studio
I think just for XML validation a full editor is too expensive.
Just try XML ValidatorBuddy from http://www.xml-tools.com which enables you to validate one or multiple files directly from the Windows File Explorer. The tool is easy to use and supports various XML parsers.
In addition you can also do Schematron and batch validation.