Added support for errorURL.
authorcantor <cantor@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Mon, 30 May 2005 21:29:11 +0000 (21:29 +0000)
committercantor <cantor@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Mon, 30 May 2005 21:29:11 +0000 (21:29 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1589 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/schemas/metadata_v12_to_v13.xsl

index d27e20d..28010f7 100644 (file)
                <xsl:param name="Domain"/>
                <IDPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol urn:mace:shibboleth:1.0">
                        <!--
+                               Map @ErrorURL (if present) to @errorURL
+                       -->
+                       <xsl:apply-templates select="../@ErrorURL"/>
+                       <!--
                                Extensions appears iff there is something to put in it.
                        -->
                        <xsl:if test="boolean($Domain)">
                <xsl:param name="Domain"/>
                <AttributeAuthorityDescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol">
                        <!--
+                               Map @ErrorURL (if present) to @errorURL
+                       -->
+                       <xsl:apply-templates select="../@ErrorURL"/>
+                       <!--
                                Extensions appears iff there is something to put in it.
                        -->
                        <xsl:if test="boolean($Domain)">