Skip to content

Commit

Permalink
Update IANA.org Media Types list
Browse files Browse the repository at this point in the history
  • Loading branch information
seitenbau-govdata authored and jvanzadelhoff committed Jul 17, 2020
1 parent 788f1e6 commit d799df5
Show file tree
Hide file tree
Showing 2 changed files with 9,589 additions and 2 deletions.
9,589 changes: 9,588 additions & 1 deletion src/main/resources/iana-media-types.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/iso2dcat.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@
<xsl:with-param name="version" select="../../gmd:version/gco:CharacterString"/>
</xsl:call-template>
</xsl:when>
<xsl:when test="$ianaMediaTypes/registry/file[text() = $formatName]">
<xsl:when test="$ianaMediaTypes/registry/registry/record/file[text() = $formatName]">
<dcat:mediaType rdf:resource="{concat('https://www.iana.org/assignments/media-types/', $formatName)}"/>
</xsl:when>
<xsl:otherwise>
Expand Down

0 comments on commit d799df5

Please sign in to comment.