Using normalize-space to fix Oxygen “pretty print” spacing problems
Posted: June 30, 2016 Filed under: xml, xslt | Tags: normalize-space, Tips, xml, xslt Leave a comment »This is a straightforward thing for people who know what they are doing. It is only a reminder to me, who didn’t.
The journals I publish using TEI XML use the tei:figDesc element to populate the alt and title attributes of html:img.
Until today, these results in very odd looking tool tips, where the text was spread all over the place, e.g.
The problem was being caused by the OxygenXML editor’s pretty-print feature and how that was being transformed to the title and alt attributes. Read the rest of this entry »