Skip to content

Commit

Permalink
Normalise namespace prefix on NameIDFormat elements.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Mar 2, 2011
1 parent 1130608 commit 9e43f47
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build/import.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,18 @@
</xsl:template>


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


<!--
md:Organization
Expand Down

0 comments on commit 9e43f47

Please sign in to comment.