I'm writing an html to RTF transformer. Typically the align attribute appears in a i.e:
Here is the xsl code i have (XSL knowledge isn't strictly necessary to answer this so read on regardless):
\qc
\ql
\qr
\ql
.. however, my code does not support "justify" align as shown in the above example. So if:
center align RTF= \qc
left align RTF = \ql
right align RTF = \qr
justify align RTF = ???
.. then what is the code for justify align? Or how would i accomplish this?