Customization of certain tags; Need help

Dimple Mittal <[email protected]> Fri, 1 May 2015 08:33:40 +0000
Newsgroups gmane.text.xml.xfc.general
Message-ID <AF26092AD432A347BD180FFF7DC880AD353F5ACB@ECMXSMB01.corp.edifecs.com>
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
[email protected]
http://www.xmlmind.com/mailman/listinfo/xfc-support