Could anyone give pointers on how to Right Align attribute content?
My client in legal publishing is using manual numbering because there is no logic to their numbering e.g. (ii) may be followed by (v)
The number is captured with label attribute in xml as follows:
<subPara hangIndent="yes" indent="lowerroman 4 character" label="(ii)">
<body>in which the testator was, at the time of the execution of the
will or at the time of his death, domiciled or habitually resident;
or</body>
</subPara>
To output the number, Gentext for the subPara is captured as follows:
<_gte:AttributeContent occur="1" scope="subPara" attr="label"/>
The challenge is aligning the Gentext (AttributeContent) Right as illustrated below:
(ii)
(iii)
(v)
(iixi)
Any ideas would be greatly appreciated.