Skip to content

Commit

Permalink
Normalise namespaces on shibmd:Scope elements.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Dec 8, 2010
1 parent cfba290 commit 94b472f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build/import.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,17 @@
</xsl:template>


<!--
shibmd:Scope
Normalise namespace prefix.
-->
<xsl:template match="shibmd:Scope">
<shibmd:Scope>
<xsl:apply-templates select="node()|@*|text()"/>
</shibmd:Scope>
</xsl:template>

<!--By default, copy text blocks, comments and attributes unchanged.-->
<xsl:template match="text()|comment()|@*">
<xsl:copy/>
Expand Down

0 comments on commit 94b472f

Please sign in to comment.