Help

With this validator, you can validate against some internal or external schema. And you can validate some internal test cases or an external file.

  1. Choose a schema (or write one in the editor)
  2. Click on the button "parse schema" to parse the schema. Then you are ready to validate any file.
  3. Choose a xml file to validate (or write one in the editor)
  4. Click on the button "validate" to validate the xml content.

Choose a RelaxNg Schema

Open the file menu and choose one of this item:

Open External Schema
Then you can choice a schema stored anywhere
Use internal schema
You can choice a standalone schema, or one of the provided test suites.

You can modify the relax ng content in the editor. You can also write your own schema instead of loading one.

Choose an Xml File

If you have choose to use an internal schema from a test suite, choose on of the provided test file in the combo box in the xml content panel.

Otherwise, you can write your own xml file in the editor, or load one from your disk, choosing the "open xml file" item from the file menu.