How to Display numbers in bold in an RTF template ?
I am trying to display numbers in bold in an RTF template . I am using below code where M1 is my numeric field.
<xsl:attribute xdofo:ctx="block" name="font-weight">bold</xsl:attribute> <?./M1?>
But getting BIP error.
Can someone help on this??