Re: Generating HTML pages from XSL:FO and XML

2008/8/26 sonika_nitj <sonika.janagill@patni.com>:
>
> Hi,
>
> I have a XSL:FO file which is used to create PDF and it uses XML for data
> population. I want to know that is there any way to use the same XSL:FO file
> to create HTML pages. I need to have the HTML pages with same formatting as
> my PDFs have and I don't want to waste time creating new HTML pages.


The normal (most often?) used route is

'master' XML ->XSLT1->XSL-FO -> print
                    ->XSLT2->HTML -> web


Quite often the templates will be the same,
but the output is quite different.
It doesn't make much sense to try and use the xsl-fo for production
of HTML.

HTH



-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk

Received on Tuesday, 26 August 2008 11:28:55 UTC