equal
deleted
inserted
replaced
209 <block xsl:use-attribute-sets="section-title-font"> |
209 <block xsl:use-attribute-sets="section-title-font"> |
210 <xsl:call-template name="gentext"> |
210 <xsl:call-template name="gentext"> |
211 <xsl:with-param name="string">str-experience</xsl:with-param> |
211 <xsl:with-param name="string">str-experience</xsl:with-param> |
212 </xsl:call-template> |
212 </xsl:call-template> |
213 </block> |
213 </block> |
214 <xsl:apply-templates select="work[not(@role='stage')]"/> |
214 <xsl:apply-templates select="work[not(@role='stage' or @role='minor')]"/> |
|
215 </block> |
|
216 <block xsl:use-attribute-sets="section-block"> |
|
217 <block xsl:use-attribute-sets="section-title-font"> |
|
218 <xsl:call-template name="gentext"> |
|
219 <xsl:with-param name="string">str-otherexperience</xsl:with-param> |
|
220 </xsl:call-template> |
|
221 </block> |
|
222 <xsl:apply-templates select="work[@role='minor']" mode="short"/> |
215 </block> |
223 </block> |
216 <!-- |
224 <!-- |
217 <block xsl:use-attribute-sets="section-block"> |
225 <block xsl:use-attribute-sets="section-block"> |
218 <block xsl:use-attribute-sets="section-title-font"> |
226 <block xsl:use-attribute-sets="section-title-font"> |
219 <xsl:call-template name="gentext"> |
227 <xsl:call-template name="gentext"> |