Hi Hussain,

I am trying the update the font color for the following tags in our 
stylesheets, but I am not getting the required output. Please advise how to get 
it fixed.

<!-- wintitle ========================================================== -->

  <xsl:attribute-set name="wintitle">
    <xsl:attribute name="font-weight">bold</xsl:attribute>
            <xsl:attribute name="color">blue</xsl:attribute>
  </xsl:attribute-set>

  <xsl:template match="*[contains(@class,' ui-d/wintitle ')]">
    <fo:inline xsl:use-attribute-sets="wintitle">
      <xsl:call-template name="commonAttributes"/>
      <xsl:apply-templates/>
    </fo:inline>
  </xsl:templ

Here, I added color attribute, but I am not getting the wintitle in blue. 
Please advise what needs to be done.

Thanks!
Best regards,
Dimple


--
XMLmind FO Converter Support List
xfc-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xfc-support

Reply via email to