Closed gnott closed 6 years ago
Fixes https://github.com/elifesciences/elife-crossref-feed/issues/125.
When <ext-link> tags appear in title or abstract values, strip them out of the Crossref file created.
<ext-link>
Also some more explicit tests for set_abstract() and set_titles() to illustrate the conversion of tags.
set_abstract()
set_titles()
Fixes https://github.com/elifesciences/elife-crossref-feed/issues/125.
When
<ext-link>
tags appear in title or abstract values, strip them out of the Crossref file created.Also some more explicit tests for
set_abstract()
andset_titles()
to illustrate the conversion of tags.