Skip to content

Instantly share code, notes, and snippets.

@wagjo
Created October 11, 2017 16:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wagjo/03deee7598fc26c52a140525d1a6dee6 to your computer and use it in GitHub Desktop.
Save wagjo/03deee7598fc26c52a140525d1a6dee6 to your computer and use it in GitHub Desktop.
Input
<xml><abstract><section>A <i>severe heart</i> attack</section><section>stroke</section></abstract><meta>foo bar</meta></xml>
Output
<xml><abstract><section>A <i>severe <ann term_id="1" term="mesh:heart_attack">heart</ann></i><ann term_id="1" term="mesh:heart_attack"> attack</ann></section><section><ann term_id="2" term="mesh:stroke">stroke</ann></section></abstract><meta>foo bar</meta></xml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment