You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The XSL transformation, which takes 'entire-book.xml' as its input file, can be run after the XML conversion has been completed and the result has been validated. It individuates and extracts every element that has been tagged as a bibliographic entry (<bibl>), except when it is a child of the <figure> element. When the reference contains a DOI it is encoded as follows:
On the other hand, when <bibl> does not contain a DOI it is converted into a <unstructured_citation> element:
<citation key="ref5">
<unstructured_citation>Bentham, Jeremy, ‘An Introduction to the Principles of Morals and Legislation’, in Utilitarianism and Other Essays, ed. by Alan Ryan (London: Penguin Books, 2004).</unstructured_citation>
</citation>
The element <unstructured_citation> has been chosen over <structured_citation> because the task of inferring structured information from text formatting is excessively error-prone.