Skip to content

chidori/xvs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

624624a · May 21, 2014

History

4 Commits
May 19, 2014
May 21, 2014
May 19, 2014
May 19, 2014
May 19, 2014
May 21, 2014
May 19, 2014
May 19, 2014

Repository files navigation

XML Validation Server

Simple web server that validates XML via XSD v1.1.

P.S. With dummy client side :#

Usage

Application using xml schema definition language (XSD) v1.1 to validate XML via Apache Xerces2 Java library.

Only beta version of xerces2-j library can validate XSD v1.1 so it can`t be found in maven repository.

To resolve this problem you should add libraries from the lib/ folder to your local maven repository with help of lein-localrepo plugin.

After that you can run server with

lein uberjar
java -jar target/xvs-0.1.0-SNAPSHOT-standalone.jar

and see result on http://localhost:9090

About

XML validation server. Validates XML via XSD v1.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published