Skip to content

Commit

Permalink
Edit side headings
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scavo committed Jan 24, 2017
1 parent 7c281a6 commit e889e4d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/security_contacts_summary_json.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
This XSL transform takes a SAML metadata aggregate and produces
a JSON file that summarizes the security contacts in metadata.
All entities are included in the summary, including entities
registered by other federations.
-->
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Expand Down Expand Up @@ -76,7 +78,7 @@
<xsl:text>[&#10;</xsl:text>

<xsl:text> {&#10;</xsl:text>
<xsl:text> "heading": "Entities with standard security contact",&#10;</xsl:text>
<xsl:text> "heading": "Entities with a standard security contact",&#10;</xsl:text>
<xsl:text> "value": </xsl:text>
<xsl:value-of select="$numEntitiesStandardSecurityContact"/>
<xsl:text>&#10;</xsl:text>
Expand All @@ -86,7 +88,7 @@
<xsl:text> ,&#10;</xsl:text>

<xsl:text> {&#10;</xsl:text>
<xsl:text> "heading": "Entities with legacy security contact",&#10;</xsl:text>
<xsl:text> "heading": "Entities with a legacy security contact",&#10;</xsl:text>
<xsl:text> "value": </xsl:text>
<xsl:value-of select="$numEntitiesLegacySecurityContact"/>
<xsl:text>&#10;</xsl:text>
Expand All @@ -96,7 +98,7 @@
<xsl:text> ,&#10;</xsl:text>

<xsl:text> {&#10;</xsl:text>
<xsl:text> "heading": "Total entities with security contact",&#10;</xsl:text>
<xsl:text> "heading": "Total entities with a security contact",&#10;</xsl:text>
<xsl:text> "value": </xsl:text>
<xsl:value-of select="$totalNumEntitiesSecurityContact"/>
<xsl:text>&#10;</xsl:text>
Expand Down

0 comments on commit e889e4d

Please sign in to comment.