XML resume

Ok, there are two versions of my XML resume. Why two? well Internet Explorer 5.0 has extremely limited support for XSL. The first version is the XML data file referencing the XSL formating file so that it looks readable in IE5. The second version is a XML data file (without comma's and other format info), a much slicker XSL (not limited by IE5) file along with the resulting HTML file that was created when one transformed the XML with the XSL.

version 1(IE 5 friendly)
formatted data results:
resume.xml
formatting info:
resume.xsl (IE5 folks should "view source")
version 2 (slick version)
data:
resume.xml
format info:
resume.xsl (IE5 folks should "view source")
results:
resume.html

for more information on how I created my resume in xml click here.