The most valuable part of the project is XSLT templates themselves. You can either save the template together with your transformed data file, or browser XSLT directory.
In case you would like to get a complete installation working on your side, you have got a choice. You can download the official xmlResume distribution package:
http://prdownloads.sourceforge.net/xmlresume/resume-1_5_1.zip or
http://prdownloads.sourceforge.net/xmlresume/resume-1_5_1.tgz
and substitute/append our templates to the official XSLT templates. This is a quick way of getting started doing xml Resume on your PC.
If you prefer to have not a local, but a network based solution that you can share with several or many users, you would probably like to get the complete installation from tyoma.com website. There is no installation package for the task, but we find it simple to do it manually.
<servlet> <servlet-name>xmlResume</servlet-name> <display-name>xmlResume</display-name> <description>xmlResume</description> <servlet-class>com.tyoma.resume.xmlResume</servlet-class> </servlet>to servlet section and
<servlet-mapping> <servlet-name>xmlResume</servlet-name> <url-pattern>/servlet/xmlResume</url-pattern> </servlet-mapping>to the servlet-mapping section.