Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Tweak white space in export aggregate.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Jul 4, 2014
1 parent fd379cc commit f3e40b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mdx/default_regauth.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
-->
<xsl:template name="default_regauth">
<xsl:text>&#10;</xsl:text>
<xsl:text> </xsl:text>
<xsl:text> </xsl:text>
<xsl:element name="mdrpi:RegistrationInfo">
<xsl:attribute name="registrationAuthority">
<xsl:value-of select="$defaultAuthority"/>
Expand Down
5 changes: 1 addition & 4 deletions mdx/incommon/final_tweak.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,10 @@
-->
<xsl:if test="$publisher and not(md:Extensions)">
<xsl:text>&#10;</xsl:text>
<xsl:text> </xsl:text>
<xsl:element name="md:Extensions">
<xsl:call-template name="generate.publicationInfo"/>
<xsl:text>&#10;</xsl:text>
<xsl:text> </xsl:text>
</xsl:element>
<xsl:text>&#10;</xsl:text>
</xsl:if>

<xsl:apply-templates select="node()"/>
Expand Down Expand Up @@ -157,7 +154,7 @@
-->
<xsl:template name="generate.publicationInfo">
<xsl:text>&#10;</xsl:text>
<xsl:text> </xsl:text>
<xsl:text> </xsl:text>
<xsl:element name="mdrpi:PublicationInfo">
<xsl:attribute name="publisher">
<xsl:value-of select="$publisher"/>
Expand Down

0 comments on commit f3e40b6

Please sign in to comment.