Skip to content

Commit

Permalink
JDK compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Oct 4, 2024
1 parent bdfed43 commit 56bd01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdx/ns_norm.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@


<xsl:template match="md:*">
<xsl:element name="{local-name()}" namespace="urn:oasis:names:tc:SAML:2.0:metadata">
<xsl:element name="{local-name()}">
<xsl:apply-templates select="node()|@*"/>
</xsl:element>
</xsl:template>
Expand Down

0 comments on commit 56bd01c

Please sign in to comment.