Hello everyone,

I am a newbie to XSLT, and would appreciate any feedback from this experienced community.

I'm attempting to extract inline citations from my document, put them at the end of the document, deduplicate them, and assign them the proper references.

My document looks something like this:

Code:
<section>
<para> This is my content <citation>Joe Smith, 1997 Journal of Medicine.</citation>
...