hi,
There is a xsl by renderx.com which transforms FO to html.
(http://www.renderx.com/fo2html.html)
Hope this helps
Narinder
----- Original Message -----
From: "Christian Neuroth" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, April 25, 2003 5:48 PM
Subject: Re: HTML render class available?


> > your xsl stylesheet can contain:
> > <table>
> > <tr>
> > <td><xsl:value-of select="something_in_your_xml"/></td>
> > </tr>
> > <table>
> >
> > the resultig FO is:
> > <table>
> > <tr>
> > <td>ThatsTheDataFromXML</td>
> > </tr>
> > <table>
> >
> > DONE
>
> yep. I understand that I can create a XSL stylesheet like your example.
But
> I try to write a Java application which simply switches between different
> render classes to realize different output formats:
>
>     // Setup renderer (output format)
>     driver.setRenderer(Driver.RENDER_PDF);
>
> The only thing that I have to change is the parameter for the setRenderer
> method. There are renderer available for SVG, PDF, PS, PCL and so on.
> However, not for HTML. And I am looking for someone, who perhaps did
> implement a renderer for HTML or has some useful hints how I can do this.
>
> Thanks.
>
> Christian
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to