Skip to content

Commit

Permalink
Bugzilla 741: use ukfedlabel prefix instead of uklabel. This affects …
Browse files Browse the repository at this point in the history
…all unsigned aggregate intermediate files, but only affects those signed aggregates which use xmlsectool (at present, only the test aggregate).
  • Loading branch information
iay committed Jun 16, 2010
1 parent 4d3468d commit beb16dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/master_ukfederation.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:wayf="http://sdss.ac.uk/2006/06/WAYF"
xmlns:uklabel="http://ukfederation.org.uk/2006/11/label"
xmlns:ukfedlabel="http://ukfederation.org.uk/2006/11/label"
xmlns:members="http://ukfederation.org.uk/2007/01/members"
xmlns="urn:oasis:names:tc:SAML:2.0:metadata"
exclude-result-prefixes="wayf members">
Expand Down Expand Up @@ -111,21 +111,21 @@
<!--
Drop any deleted entities.
-->
<xsl:template match="md:EntityDescriptor[md:Extensions/uklabel:DeletedEntity]">
<xsl:template match="md:EntityDescriptor[md:Extensions/ukfedlabel:DeletedEntity]">
<!-- nothing -->
</xsl:template>

<!--
Drop comments from SDSSPolicy elements.
-->
<xsl:template match="uklabel:SDSSPolicy/comment()">
<xsl:template match="ukfedlabel:SDSSPolicy/comment()">
<!-- nothing -->
</xsl:template>

<!--
Drop text nodes from SDSSPolicy elements.
-->
<xsl:template match="uklabel:SDSSPolicy/text()">
<xsl:template match="ukfedlabel:SDSSPolicy/text()">
<!-- nothing -->
</xsl:template>

Expand Down

0 comments on commit beb16dd

Please sign in to comment.