Skip to content

Commit

Permalink
simplify dct format if value is a literal
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanzadelhoff committed Sep 19, 2019
1 parent 95f0f42 commit da4993e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/resources/iso2dcat.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -646,10 +646,7 @@
</xsl:attribute>
</xsl:when>
<xsl:otherwise>
<xsl:attribute name="rdf:parseType">Resource</xsl:attribute>
<rdfs:label>
<xsl:value-of select="$format"/>
</rdfs:label>
<xsl:value-of select="$format"/>
</xsl:otherwise>
</xsl:choose>
</dct:format>
Expand Down

0 comments on commit da4993e

Please sign in to comment.