When scanning an ODT to create the formatted version, the links are output as simple text. It would be great to have real links which ODT files support. This requires the text:span element to be wrapped in a text:a element:Azevedo FA, Carvalho LR, Grinberg LT, Farfel JM, Ferretti RE, Leite RE, Jacob Filho W, Lent R, & Herculano-Houzel S (2009) “Equal numbers of neuronal and nonneuronal cells make the human brain an isometrically scaled-up primate brain.” Journal of Comparative Neurology 513: pp. 532–541 <http://dx.doi.org/10.1002/cne.21974>
Code: Select all
<<text:span text:style-name="T3">http://dx.doi.org/10.1002/cne.21974</text:span>>
Code: Select all
<<text:a xlink:type="simple" xlink:href="http://dx.doi.org/10.1002/cne.21974"><text:span text:style-name="T3">http://dx.doi.org/10.1002/cne.21974</text:span></text:a>>