<?xml version="1.0" encoding="utf-8"?>
<!-- Note that this stylesheet relies on the XMLDocument and XSLDocument properties and thus
     only works when browsing XML -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

<xsl:param name="format" select="'word'" />				<!-- 'web' | 'word' -->
<xsl:variable name="ignore_detail" select="'long'" />	<!-- 'long' | 'short' -->

<xsl:include href="resume.xsl" />

</xsl:stylesheet>



