Revision 61315
Added by Michele Artini over 1 year ago
people2pmf.xml | ||
---|---|---|
74 | 74 |
<xsl:variable name="infoType" select="normalize-space(//dc:type[contains(.,'info:eu-repo/semantics')])"/> |
75 | 75 |
<xsl:variable name="peopleType" select="normalize-space(//dc:type[not(contains(.,'info:eu-repo/semantics'))])"/> |
76 | 76 |
<xsl:choose> |
77 |
<xsl:when test="infoType='info:eu-repo/semantics/masterThesis'">
|
|
77 |
<xsl:when test="contains($infoType,'masterThesis')">
|
|
78 | 78 |
<type>Master thesis</type> |
79 | 79 |
</xsl:when> |
80 |
<xsl:when test="infoType='info:eu-repo/semantics/doctoralThesis'">
|
|
80 |
<xsl:when test="contains($infoType,'doctoralThesis')">
|
|
81 | 81 |
<type>Doctoral thesis</type> |
82 | 82 |
</xsl:when> |
83 |
<xsl:when test="infoType='info:eu-repo/semantics/bachelorThesis'">
|
|
83 |
<xsl:when test="contains($infoType,'bachelorThesis')">
|
|
84 | 84 |
<type>Bachelor thesis</type> |
85 | 85 |
</xsl:when> |
86 | 86 |
<xsl:otherwise> |
Also available in: Unified diff
rule fixed