Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages