Skip to content

Commit

Permalink
Bug 860 - scopes.xsl does not handle role descriptors with existing s…
Browse files Browse the repository at this point in the history
…copes correctly
  • Loading branch information
iay committed May 23, 2012
1 parent 71cfc40 commit f6ef138
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions mdx/uk/scopes.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,16 @@
<xsl:copy-of select="."/>
<xsl:text>&#10; </xsl:text>
</xsl:for-each>
<!-- copy scopes from member outsource records -->
<xsl:for-each select="ukfxMembers:scopesForEntity($members, $entityID)/shibmd:Scope">
<xsl:text> </xsl:text>
<xsl:element name="shibmd:Scope">
<xsl:attribute name="regexp">false</xsl:attribute>
<xsl:value-of select="."/>
</xsl:element>
<xsl:text>&#10; </xsl:text>
</xsl:for-each>
</xsl:if>
<!-- copy scopes from member outsource records -->
<xsl:for-each select="ukfxMembers:scopesForEntity($members, $entityID)/shibmd:Scope">
<xsl:text> </xsl:text>
<xsl:element name="shibmd:Scope">
<xsl:attribute name="regexp">false</xsl:attribute>
<xsl:value-of select="."/>
</xsl:element>
<xsl:text>&#10; </xsl:text>
</xsl:for-each>
</xsl:copy>
</xsl:template>

Expand Down

0 comments on commit f6ef138

Please sign in to comment.