An HTML resume generator using XSLT and JavaScript.
This is not an attempt to make a general XSLT for all resumes.
Go here for a demo - http://caseyb.info
- inconsistency
- duplication of effort
- versioning nightmares
- Create a "master" XML document that contains the "one resume to rule them all."
- Create various XSLT documents that transform the XML into appropriate target formats
- a modern-looking website
- a formatted text document
- a PDF
- Import dependencies as GIT submodules, instead of replicating them here. Maybe.