Hi
I have an XML document as below, i am using FOP to create PDF file, i am
hoping to translate those HTML tags in my output, for example i want some
text bold in my PDF file, so if the XML file has

<para4>
     My Data, this i want italic
       <![CDATA[this is my node. <i>this is italics</i> this is
<b>bold</b>]]>
    </para4>
and in style sheet i have

<fo:block text-align="left" >
<xsl:value-of select="para4" disable-output-escaping="no" ></xsl:value-of>
</fo:block>

But this just creates PDF file with all the text, it does not make text
italic or bold, the output in PDF file is the whole data as below

My Data, this i want italic
       <![CDATA[this is my node. <i>this is italics</i> this is
<b>bold</b>]]>
-- 
Ashish
www.ayurwellness.com
www.mysoftwareneeds.com

Reply via email to