Skip to content

Commit

Permalink
Attach entity's ID (e.g., 'uk0000123') to entityID in output file so …
Browse files Browse the repository at this point in the history
…that downstream reports will contain the entity fragment file name.
  • Loading branch information
iay committed Feb 16, 2009
1 parent 471b939 commit 4da3c2a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/extract_embedded.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@

<xsl:template match="//md:EntityDescriptor//md:KeyDescriptor[.//ds:X509Certificate]">
<xsl:text>Entity: </xsl:text>
<xsl:if test="ancestor::md:EntityDescriptor/@ID">
<xsl:text>[</xsl:text>
<xsl:value-of select='ancestor::md:EntityDescriptor/@ID'/>
<xsl:text>]</xsl:text>
</xsl:if>
<xsl:value-of select="ancestor::md:EntityDescriptor/@entityID"/>
<xsl:text> KeyName: </xsl:text>
<xsl:choose>
Expand Down

0 comments on commit 4da3c2a

Please sign in to comment.