Skip to content

Commit 3a9e717

Browse files
author
Øystein Godøy
committed
Fixed missing namespace in dif-to-mmd.xsl
1 parent 8637380 commit 3a9e717

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xslt/dif-to-mmd.xsl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Meaning this should consume both DIF 8, 9 and 10.
1010
xmlns:dif="http://gcmd.gsfc.nasa.gov/Aboutus/xml/dif/"
1111
xmlns:mmd="http://www.met.no/schema/mmd"
1212
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
13+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
1314
version="1.0">
1415
<xsl:output method="xml" encoding="UTF-8" indent="yes"/>
1516
<xsl:key name="isoc" match="skos:Collection[@rdf:about='https://vocab.met.no/mmd/ISO_Topic_Category']/skos:member/skos:Concept" use="skos:altLabel"/>

0 commit comments

Comments
 (0)