steinarb / xmlschemaconvert

Maven project that converts XML schemas to RNC (Relax-NG Compact notation) schemas, that nxml can use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A maven file to convert XML schemas to RNC

This is a maven project that uses the trang-maven-plugin to convert Relax-NG XML files to Relax-NG Compact notation (RNC) files.

Usage is:

mvn clean install

After maven has run its course, the rnc schema(s) can be found in target/trang.

About

Maven project that converts XML schemas to RNC (Relax-NG Compact notation) schemas, that nxml can use.