Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated comments
nckroy committed Nov 30, 2018
1 parent 9e69f84 commit eff1882
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions lib/list_all_IdP_tech_contacts.xsl
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2016 Internet2
Copyright 2018 Internet2
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -15,19 +15,15 @@
limitations under the License.
-->
<!--
list_all_IdPs_csv.xsl
list_all_IdP_tech_contacts_csv.xsl
This XSL transform takes a SAML metadata aggregate, matches on every
entity descriptor with an IdP role, and produces a CSV file with the
following fields:
1. Organization Name: md:OrganizationName
2. IdP Display Name: mdui:DisplayName
3. IdP Entity ID: @entityID
4. Registrar ID: @registrationAuthority
1. IdP Entity ID: @entityID
2. Technical contact
Note that either of the first two fields may be blank, in which case
the word "NONE" is output.
-->
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"

0 comments on commit eff1882

Please sign in to comment.