Rend details
From XML
Revision as of 13:29, 24 January 2017 by ASC (Talk | contribs) (Created page with "If you need multiple values (like underlined and superscript) just enter them separated by a space: <hi rend="underline super">. If a paragraph is indented, use @rend="inden...")
If you need multiple values (like underlined and superscript) just enter them separated by a space: <hi rend="underline super">.
If a paragraph is indented, use @rend="indent" on its first line (<lb>).
We use rend="blockletters" for block capitals.
There is technically no difference between using a rend-attribute on an existing element and using a hi-element with that rend-attribute within that existing element. So
<addrLine rend="underline">New York City</addrLine>
and
<addrLine><hi rend="underline">New York City</hi></addrLine>
are completely equivalent.