Skip to content

Commit

Permalink
RP XSL - remove full stops from all authors
Browse files Browse the repository at this point in the history
- includes authors in sub-articles
  • Loading branch information
fred-atherden committed Nov 22, 2024
1 parent 137567b commit 23ef77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preprint-changes.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@
</xsl:template>

<!-- Strip full stops from author names -->
<xsl:template xml:id="remove-fullstops-from-author-names" match="article-meta//contrib[@contrib-type='author']/name/given-names|article-meta//contrib[@contrib-type='author']/name/surname">
<xsl:template xml:id="remove-fullstops-from-author-names" match="contrib[@contrib-type='author']/name/given-names|article-meta//contrib[@contrib-type='author']/name/surname">
<xsl:copy>
<xsl:apply-templates select="@*"/>
<xsl:choose>
Expand Down

0 comments on commit 23ef77a

Please sign in to comment.