Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 778 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 778 Bytes

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