HTML resumes should have optional links to the text and
pdf version.
Either at the top or bottom of the fille a link such as
View the resume as <a href="resume.txt>plain text</a>
of formated for <a href="resume.pdf">printing (pdf)</a>.
Logged In: YES
user_id=480748
We could perhaps generalize this to include any arbitrary
XML directly after the <body> tag, and directly before the
</body> tag.
There's currently no way to pull in arbitrary text from an
external file with XSL. It can only read XML from an
external file. (This missing feature is slated for inclusion
in XSLT2, though.)