Skip to content

Commit

Permalink
Normalise attributes in remd namespace for fallback aggregate
Browse files Browse the repository at this point in the history
See ukf/ukf-meta#143.
  • Loading branch information
iay committed Mar 16, 2020
1 parent 1bcb70e commit 706a1b8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions mdx/uk/ns_norm_back.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,27 @@
</xsl:template>


<!--
***************************************
*** ***
*** R E M D N A M E S P A C E ***
*** ***
***************************************
-->


<!--
@remd:*
Normalise namespace to not use a prefix. Applies to attributes only.
-->
<xsl:template match="@remd:*">
<xsl:attribute name="remd:{local-name()}" namespace="http://refeds.org/metadata">
<xsl:value-of select="."/>
</xsl:attribute>
</xsl:template>


<!--
***************************************
*** ***
Expand Down

0 comments on commit 706a1b8

Please sign in to comment.