The most straightforward way to make use of these resources is to
recursively copy the "examples" directory to where you want to work with
your résumé. For instance:
default. If this is unacceptable you will need to edit the line
resume = resume to match the filename you use, such
as resume = myresume if your résumé is
Tip
You can also indicate your résumé filename on the command line
when you build your résumé, e.g.:
Note
The DTD and XSL files you've downloaded to your computer aren't used
by default when building your résumé. Instead, the versions on the
XML Résumé Library web site are used. This ensures that you're always
using the most recent version; however, it also means that builds take
longer (since file have to be downloaded each time you build your
résumé) and that you can't build a résumé offline.
If you'd like to use your local copy of the XSL stylesheets, edit the
xsl_base variable in the example Makefile to point
to your local XSL directory. For example:
To use your local copy of the DTD, change the
DOCTYPE declaration at the top of your resume to
look like this:
Each of these three packages need to be untarred and their jar files
copied to your JRE's ext/
directory. This is typically /usr/java/jdk1.3.1_02/jre/lib/ext/, but may
vary depending on who packaged your JRE. We will simply refer to it as
the ext/ directory.
Xerces consists of the jars
xercesSamples.jar, and
xercesImpl.jar,
which are in the top directory of the Xerces zip archive.
Xalan consists of the jars
runtime.jar,
xalanservlet.jar,
xalansamples.jar,
regexp.jar,
JLex.jar,
java_cup.jar,
bsf.jar,
BCEL.jar,
xsltc.jar,
xalan.jar, and
xercesImpl.jar
in the bin/
directory. All of these need to be copied to the ext/ directory.