Remove 1.1-compat. files, include old shib schema for attribute interop.
[shibboleth/sp.git] / 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)">