Skip to content

Simple CLI utility for validating XML documents against XML Schema (XSD) 1.1

License

Notifications You must be signed in to change notification settings

xml-course/xvalid

Repository files navigation

xValid

xValid (short from XML Validator) is a simple CLI utility for validating XML documents against XML Schema 1.1.

Note: xValid is just convenient CLI wrapper around Xerces2. For production use it is recommended to use Xerces2 directly.

Installation

Download and unpack the latest release.

xValid requires Java version 21 or newer installed.

Usage

Usage: xvalid SCHEMA DOCUMENT
Validate DOCUMENT against SCHEMA using XML Schema 1.1 and report the result.

Windows:

.\bin\xvalid.bat schema.xsd document.xml

macOS, Linux and other Unix like systems:

./bin/xvalid schema.xsd document.xml

Third Party Libraries

This software uses third party libraries. For more information read the NOTICE file.

License

Copyright (c) Plamen Totev.

Licensed under the MIT license.

About

Simple CLI utility for validating XML documents against XML Schema (XSD) 1.1

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published