Richard Ehrlich writes:
> I can post info to PostgreSQL from a webform via JSP, and I can post
> reports from PostgreSQL to a webpage. Can anyone tell me how I might format
> a PostgreSQL report to a web page so that it will print discrete, sequenced
> pages?
I think the way to go on this eventually is to format your report data in
XML. You can convert that to HTML on the server or in the browser, and
you can create print output through XSL formatting objects and FOP or
PassiveTeX.
--
Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/