Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Validate XML against XSD software [closed]

Tags:

xml

xsd

What graphical software do you recomend to validate a XML file against XSD definition file?

like image 574
Ivan Bosnic Avatar asked Jun 04 '09 12:06

Ivan Bosnic


People also ask

Can we validate XML documents against a schema?

You can validate your XML documents against XML schemas only; validation against DTDs is not supported. However, although you cannot validate against DTDs, you can insert documents that contain a DOCTYPE or that refer to DTDs.


1 Answers

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.

like image 73
ryancrawcour Avatar answered Sep 30 '22 01:09

ryancrawcour