cv_print.xsl
branchstyles
changeset 9 5ad30cb766bc
parent 8 8138139b1aa9
child 12 d0e38c0c45c9
--- 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">