my CV
You can view, or download my CV from this URL:
My CV in rtf (Word) format
My CV in HTML format
My CV in PDF format
My CV in text format
the CV project
I thought it would be a good exercise to have an easy updateable copy of my curriculum vitae.
An obvious choice would be to generate an xml document that represents all the facts and figures of a cv.
This is a first draft of this attempt.
requirements
implementation notes
- Version 1.2
- Added support for jfor - converting the fo files to RTF
- Version 1.1
- Wrapped up the package for CVS
- Added 2 stylesheets: one that renders to .fo and one that renders to .txt
- Added a Makefile that transforms the XML to all formats and renders the .fo to .pdf using Apache FOP
- Version 1.0
- The xml document has it's own namespace to isolate it's elements from the xml documents that might include it (like the
HTML wrappers). The URI is 'http://www.ponnet.com/cv'
- I use 2 xsl stylesheets : 1 to convert the XML to HTML - another to wrap that HTML fragment into a complete HTML page.
download
cv-1.2.tar.gz - Version 1.2
cv-1.1.tar.gz - Version 1.1
cv-1.0.tar.gz - Version 1.0