xsl-list
[Top] [All Lists]

RE: [xsl] Apache FOP Processor Error

2008-01-02 14:01:22
The version of Apache FOP that ships with OxygenXML 9.0 formats this
correctly.  


Thanks!
Angela 

-----Original Message-----
From: Vanaja Selvaraj [mailto:s_vanaj(_at_)yahoo(_dot_)com] 
Sent: Wednesday, January 02, 2008 3:21 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Apache FOP Processor Error

Hi,

I am trying to get the PDF from Apache FOP using XSL. 

In the below XML file I want to format italic style for <i>text</i>. 

XML file is like:

<title>Title of the document with italic <i>text</i></title>

XSL
<xsl:template match="i">
<fo:inline font-style="italic">
<xsl:apply-templates/>
</fo:inline>
</xsl:template>

I can get the output in XSLFormatterV4.2 Anntana House Processor, but
can't get the output in Apace FOP.

Apace FOP not support the fo:inline????????

Please any one guides me.

Thanks,
S. Vanaja



 
________________________________________________________________________
____________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>