--- a/cv_print.xsl Sun Mar 16 23:44:46 2008 -0400
+++ b/cv_print.xsl Mon Jan 31 22:37:32 2011 -0500
@@ -211,7 +211,15 @@
<xsl:with-param name="string">str-experience</xsl:with-param>
</xsl:call-template>
</block>
- <xsl:apply-templates select="work[not(@role='stage')]"/>
+ <xsl:apply-templates select="work[not(@role='stage' or @role='minor')]"/>
+ </block>
+ <block xsl:use-attribute-sets="section-block">
+ <block xsl:use-attribute-sets="section-title-font">
+ <xsl:call-template name="gentext">
+ <xsl:with-param name="string">str-otherexperience</xsl:with-param>
+ </xsl:call-template>
+ </block>
+ <xsl:apply-templates select="work[@role='minor']" mode="short"/>
</block>
<!--
<block xsl:use-attribute-sets="section-block">