Converts one or more CV formatted in XML to HTML.
You need maven and java installed and configured.
- Clone the project.
- Issue the command
mvn clean xml:transform
This will generate cv_sample.html into target
Additional styles can be added to style dir. Default style is simple. To use a different style (for instance "my_style"):
- Put
my_style.xsdin style dir. - Run
mvn clean xml:transform -Dstyle=my_style.
in.dir: input dir, where all cv's in XML are.out.dir: output dir, where all cv's in HTML are created.style.url: to override default style url.