elifesciences / elife-tools

Python library for parsing eLife article XML data.
MIT License
15 stars 7 forks source link

Convert styled-content tags to span tag in HTML. #370

Closed gnott closed 2 years ago

gnott commented 2 years ago

Re issue https://github.com/elifesciences/issues/issues/7106

Convert <styled-content> tags to <span> tags when converting XML to HTML. The @style attributes remain unchanged and can be used as CSS styles.