Source code download and installation instructions.

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.

  1. Unzip xmlResume.zip into the document root of your Apache server.
  2. Deploy xmlResume.jar into Tomcat server. It consist of a single servlet class, and it is possibly OK to deploy it into the default web application; edit the web.xml file and add:
    <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.
  3. Adjust URL to the servlet in the forms located in index.html, toFile.html and upload.html; it should fit url-pattern from web.xml.
  4. For documents in PDF (Acrobat) and RTF (Word) formats you need additional FOP libraries from Apache Foundation: http://www.apache.org/dyn/closer.cgi/xmlgraphics/fop Download and uncompress the package. You should copy the following jar files from the package's lib directory into lib directory for your Tomcat web application: (jar versions as of January 2006)
  5. Adjust password and other properties in the Properties file
  6. Restart Tomcat web application.