No I don't think that anyone has written this Renderer, because you've to
translate the whole fo-reference back into html syntax, which would be like
a shot from the back through the breast into the eye.

You can try to write it, but before take a look at
http://www.w3.org/TR/xsl/slice7.html

Each generated FO tag/property has to be translated and replaced by html
tags for outputting.
Have fun ;)

cu Torsten

> -----Original Message-----
> From: Christian Neuroth [mailto:[EMAIL PROTECTED]
> Sent: Freitag, 25. April 2003 14:18
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> 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]
>


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

Reply via email to