Skip to content

Commit

Permalink
Looks slightly nicer if the registrationAuthority comes before the re…
Browse files Browse the repository at this point in the history
…gistrationInstant.
  • Loading branch information
iay committed Feb 17, 2012
1 parent c883602 commit 2119518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/import.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@
Any RegistrationInfo on the input document is discarded by a rule below.
-->
<xsl:element name="mdrpi:RegistrationInfo">
<xsl:attribute name="registrationAuthority">http://ukfederation.org.uk</xsl:attribute>
<xsl:attribute name="registrationInstant">
<xsl:value-of select="mdxDates:dateAdd(date:date-time(), 0)"/>
</xsl:attribute>
<xsl:attribute name="registrationAuthority">http://ukfederation.org.uk</xsl:attribute>
</xsl:element>

</Extensions>
Expand Down

0 comments on commit 2119518

Please sign in to comment.