My CV is originally an XML file, which is then transformed to HTML via an XSLT stylesheet, which also puts style references in the output HTML. A small DTD (Document Type Definition) file has been made to ensure basic schema validation semantics.
The files used are:
| The original XML file: | cv.xml |
| The XSLT stylesheet: | cv.xsl |
| The styles file: | cv.css |
| The tiny schema file: | cv.dtd |