Skip to content

Commit

Permalink
Rename XSL stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scavo committed Jan 10, 2017
1 parent e78a1ea commit 7c281a6
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
limitations under the License.
-->
<!--
list_all_entities_with_legacy_security_contact_csv.xsl
security_contacts_legacy_list_csv.xsl
This XSL transform takes a SAML metadata aggregate, matches on every
entity descriptor containing a legacy security contact, and produces
Expand All @@ -27,8 +27,8 @@
4. Role: "IdP" or "SP"
Since all entities are registered by InCommon, all fields are nonempty
and well defined. In particular, every entity has an IdP role or an
SP role but not both.
and well defined. In particular, every entity has either an IdP role
or an SP role but not both.
-->
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Expand Down Expand Up @@ -58,7 +58,8 @@
and
@icmd:contactType='http://id.incommon.org/metadata/contactType/security'
]
]">
]
">

<!-- compute the normalized value of md:OrganizationName -->
<xsl:variable name="orgName" select="normalize-space(md:Organization/md:OrganizationName[@xml:lang='en'])"/>
Expand Down

0 comments on commit 7c281a6

Please sign in to comment.