Hi,
As part of transforming one form of XML to another XML using XSLT, i need to convert the text into Bold in the output xml file. I tried the following way but it did not work.
<fo:inline font-weight="bold">< xsl:text>Descri ption of the original bug in JIRA:</xsl:text></fo:inline>
Any suggestions would be appreciated
Thanks,
Saritha
As part of transforming one form of XML to another XML using XSLT, i need to convert the text into Bold in the output xml file. I tried the following way but it did not work.
<fo:inline font-weight="bold">< xsl:text>Descri ption of the original bug in JIRA:</xsl:text></fo:inline>
Any suggestions would be appreciated
Thanks,
Saritha
Comment