Skip to content

Commit

Permalink
Tweak output slightly so as to more closely correspond to what the ol…
Browse files Browse the repository at this point in the history
…d system generated, purely for ease of comparison.
  • Loading branch information
iay committed Jul 20, 2011
1 parent 7566c95 commit 88358f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mdx/uk/final_tweak.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
Comment to be added to the top of the document, and just inside the document element.
-->
<xsl:template name="document.comment">
<xsl:text>&#10;</xsl:text>
<xsl:comment>
<xsl:text>&#10;&#9;U K F E D E R A T I O N M E T A D A T A&#10;</xsl:text>
<xsl:text>&#10;</xsl:text>
Expand Down
2 changes: 1 addition & 1 deletion mdx/uk/trust-roots.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<xsl:template match="/md:EntitiesDescriptor">
<xsl:copy>
<xsl:apply-templates select="@*"/>
<xsl:text>&#10;</xsl:text>
<xsl:text>&#10;&#10;&#10; </xsl:text>
<xsl:apply-templates select="$trustRootsDocument//md:Extensions"/>
<xsl:text>&#10;</xsl:text>
<xsl:apply-templates select="node()"/>
Expand Down

0 comments on commit 88358f8

Please sign in to comment.