Code Robo
Formatter
Comparator
Tester
Merger
Converter
Utility
Java Code Complience
Validator
EncoderDecoder
Virtual Service
XML Validataion Against XSD
       Talk to EasyAssistant

XML is very commonly used to share data between applications. When XML is shared from one application to another application, there will a agreement between the applications. This agreement is done through XSD. So when an application sends XML to other application, it apply XSD on the xml and validate the structure of the xml.This way XML validataion against a XSD is very common requirement. This XML validator utility validate a XML against a XML Schema (XSD).

XML:(* Required)
(Copy-paste your XML document here):
It is required.
  XSD:(* It is required.)
(Copy-paste your XSD document here):
It is required.
 


How It Works:
First it analyze both the XML content. Parse both XML and XSD through JAXB parser. Then XMl is validated against the XSD, If it fails it return false. Otherwise it return true
Pre Conditions:
  1. Both XML and XSD needs to be well formed
Steps To Execute:
  1. Add first XML content in the first text area.
  2. Add 2nd XSD content in the 2nd text area.
  3. Click on the Validate button

Post Your Comment:
Name :
Email ( Optional) :
Comments / Suggestion (* Required) It is required: :
: