xsd-validator icon indicating copy to clipboard operation
xsd-validator copied to clipboard

Validates XML files against XML schema

Results 11 xsd-validator issues
Sort by recently updated
recently updated
newest added

Remove the jarfile from the repo, but it should ideally stay in the download.

I need to validate a folder with some XML against a local XSD, is it achievable with this version?

How can I run this to get multiple errors? It seems to stop after hitting the first one. I want to get a list of all validation errors?

This doesn't seem to be possible with the current implementation, although it would be quite useful to be able to validate XML against multiple XSD files for more complex applications.

Hi Adrian, as you asked in #9, I'm sending XML Schema (`ext-scope-new.xsd`) file which produces "Error reading XML Schema" message. I've tried to validate XML files against `ext-scope.xsd` as well...

Is there any interest in wrapping a recent version of Xerces for 1.1 support? Currently I get (on Linux) Error reading XML Schema: when trying to use a schema that...

Add support for RelaxNG and possibly schematron. (Let me know if you'd like this).

enhancement

XSD can add default values for stuff etc; could be nice to output "augmented" XML. (If you'd like this, let me know).

enhancement

If an XML file specifies a schema, xsdv should go and download it rather than ask for it on the command line.

enhancement

As well accepting files, would be nice to accept URLs.

enhancement