XML Publisher -- Conditional formating making the line CTRL + B
conditional formating - making text BOLD and add coloring
How to do that in RTF template ?
Add these attributes in the cell with the IF condition you wanted.
<xsl:attribute xdofo:ctx="block" name="background-color">blue</xsl:attribute>
<xsl:attribute xdofo:ctx="block" name="font-weight">bold</xsl:attribute>
How to do that in RTF template ?
Add these attributes in the cell with the IF condition you wanted.
<xsl:attribute xdofo:ctx="block" name="background-color">blue</xsl:attribute>
<xsl:attribute xdofo:ctx="block" name="font-weight">bold</xsl:attribute>
Comments