Unfortuneately, as victor noted html is not designed to be a printed medium. Its purpose is out side the scope out of FOP. You can do this with your embedded program by using one of the FO->XHTML links that was mentioned but this will be slower than if you just transformed it once. The actual HTML renderer (your web browser) isn't capable of knowing about pages and page flows (there is nothing in the specifications that allow this). What you may want to do is base your documents on XHTML before the FO process and start from the html output. This will eliminate the need for the extra steps.
-Adam -----Original Message----- From: Partridge, Michael [mailto:[EMAIL PROTECTED] Sent: April 25, 2003 10:55 AM To: [EMAIL PROTECTED] Subject: RE: HTML render class available? I would also like the HTML renderer so I could create one stylesheet w/ embedded xsl:fo that could be used to create both PDF and HTML output. This would make format changes easy as they would only have to be made in one place instead of in each format's template, as I'll probably have to do it. Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
