TASK: Add handling for epigraph tag and @rend
Posted by mholmes on 18 Jan 2008 in Activity log, Tasks
Meeting with the whole team. Got H started marking up a text document.
The new document, Sermon des Cocus, has an <epigraph>, containing a <cit> with <quote> and <bibl>, and also a <gloss>. We need to add handling for this to the XSLT code.
Also, there are now instances of <head>, <p> and <l> which have a rend attribute expressed in CSS:
<p rend="text-indent: 3em;">...</p> <head rend="text-align: center;">...</head>
We need to detect the use of CSS in a rend tag, and transfer it to the output XHTML tag. So far only text-indent and text-align have been used.