mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
wording in package chapter
This commit is contained in:
parent
884f41d443
commit
0bb23b0542
1 changed files with 8 additions and 9 deletions
15
README.md
15
README.md
|
|
@ -1,6 +1,6 @@
|
||||||
# Validator
|
# Validator
|
||||||
|
|
||||||
The validator is an XML validation-engine. It validates XML documents against XML Schema and Schematrons depending on self defined [scenarios](docs/configurations) which are used to fully configure the validation process.
|
The validator is an XML validation-engine. It validates XML documents against XML Schema and Schematron Rules depending on self defined [scenarios](docs/configurations) which are used to fully configure the validation process.
|
||||||
The validator always outputs a [validation report in XML](docs/configurations.md#validators-report) including all validation errors and data about the validation.
|
The validator always outputs a [validation report in XML](docs/configurations.md#validators-report) including all validation errors and data about the validation.
|
||||||
|
|
||||||
## Packages
|
## Packages
|
||||||
|
|
@ -8,8 +8,8 @@ The validator always outputs a [validation report in XML](docs/configurations.md
|
||||||
The validator distribution contains the following artifacts:
|
The validator distribution contains the following artifacts:
|
||||||
|
|
||||||
1. **validator-`<version>`.jar**: Java library for embedded use within an application
|
1. **validator-`<version>`.jar**: Java library for embedded use within an application
|
||||||
1. **validator-`<version`>-standalone**: Uber-JAR for standalone usage containing all dependencies in one jar file. This file comes with JAXB *embedded* and can be used with java 8 and java >=11)
|
1. **validator-`<version`>-standalone.jar**: Uber-JAR for standalone usage containing all dependencies in one jar file. This file comes with JAXB *embedded* and can be used with Java 8 and Java >= 11)
|
||||||
1. **validator-`<version`>-java8-standalone**: Uber-JAR for standalone usage with java jdk 8 containing all dependencies in one jar file. This file file *does not* contain JAXB and depends on the bundled version of the JDK.
|
1. **validator-`<version`>-java8-standalone.jar**: Uber-JAR for standalone usage with Java JDK 8 containing all dependencies in one jar file. This file file *does not* contain JAXB and depends on the bundled version of the JDK.
|
||||||
1. **libs/***: directory containing all (incl. optional) dependencies of the validator
|
1. **libs/***: directory containing all (incl. optional) dependencies of the validator
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
@ -44,12 +44,11 @@ Currently, there are two public third party validation configurations available.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
The validator is designed to be used in different 3 ways:
|
The validator is designed to be used in three different ways:
|
||||||
|
|
||||||
- as standalone application running from the cli
|
|
||||||
- as library embedded within a custom application
|
|
||||||
- as a daemon providing a http interface
|
|
||||||
|
|
||||||
|
* as standalone application running from the cli
|
||||||
|
* as library embedded within a custom application
|
||||||
|
* as a daemon providing a http interface
|
||||||
|
|
||||||
### Standalone Command-Line Interface
|
### Standalone Command-Line Interface
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue