
September 23, 2008
I’m looking for a good DTD to design my CV in differents languages (mainly english and french) and exportable through several file formats like PDF or XHTML (PDF to send by email to employer and XHTML to publish on the Web).
I found two interestings examples on the Web :
- http://www.spawn-dev.com/cv.xml;
- http://xmlresume.sourceforge.net/.
The first is about a person with her own DTD with some XSLT stylesheets to convert to PDF, XHTML. He has done a nice CSS associated to his XHTML CV version.
The second is about a project to define a standard DTD to define CV in differents languages with default XSLT stylesheets to convert. The drawback is to have poor XSLT stylesheets.
Then from now, I added to my TODO list :
- convert my two CV versions, one in XHTML, the other in PDF (designed with LaTeX) two a single XML representation.