Skip to content

Commit

Permalink
Reinstate certificate whitespace normalisation when importing from ot…
Browse files Browse the repository at this point in the history
…her metadata sources.
  • Loading branch information
iay committed Jun 13, 2011
1 parent 8a35e5f commit d84534c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mdx/clean-import.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,13 @@
<!--
Normalise whitespace in X509Certificate elements.
-->
<!--
<xsl:template match="ds:X509Certificate">
<xsl:element name="ds:X509Certificate">
<xsl:text>&#10;</xsl:text>
<xsl:value-of select="mdxTextUtils:wrapBase64(.)"/>
<xsl:text>&#10;</xsl:text>
</xsl:element>
</xsl:template>
-->

<!--By default, copy text blocks, comments and attributes unchanged.-->
<xsl:template match="text()|comment()|@*">
Expand Down

0 comments on commit d84534c

Please sign in to comment.