RE: [xsl] Pagebreaks in Excel-HTML transformer

Subject: RE: [xsl] Pagebreaks in Excel-HTML transformer
From: cknell@xxxxxxxxxx
Date: Fri, 03 Feb 2006 09:41:58 -0500
I've run your stylesheet against the XML you provided. It produces an HTML file with a single table, visually broken into sections. When I examine the output I see three new lines at each point where you indicate you want a page break.

HTML doesn't have any concept of a page break. Each document is a page, however long it may be. What is it that you want to appear in your HTML at the points where the three blank lines appear?

Is it that you wish to produce multiple HTML documents, one for each <page-break>?
-- 
Charles Knell
cknell@xxxxxxxxxx - email

Current Thread