Skip to content

Commit

Permalink
Accept the XML Encryption namespace, which is used in things like Key…
Browse files Browse the repository at this point in the history
…Size elements attached to EncryptionMethod elements.
  • Loading branch information
iay committed Sep 21, 2012
1 parent f48b421 commit f8d547f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/check_namespaces.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
xmlns:shibmd="urn:mace:shibboleth:metadata:1.0"
xmlns:ukfedlabel="http://ukfederation.org.uk/2006/11/label"
xmlns:wayf="http://sdss.ac.uk/2006/06/WAYF"
xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Expand Down Expand Up @@ -94,6 +95,10 @@
<xsl:apply-templates/>
</xsl:template>

<xsl:template match="xenc:*">
<xsl:apply-templates/>
</xsl:template>

<!--
Reject elements in all other namespaces.
-->
Expand Down

0 comments on commit f8d547f

Please sign in to comment.