xsl-list
[Top] [All Lists]

Re: Pagebreaks in Excel-HTML transformer

2006-02-03 08:01:17
Charles,

I want it to be 1 HTML document which
has many pages, printed 1 table per page.
It should be read by Excel 2000/2003
(or Excel plug-in for IE6)

I think, that tag should be able to separate pages for printing:
<br style="page-break-after:always;"> ,
so my idea is that Excel-HTML transformer
should replace
<page-break></page-break>
with:  <br style="page-break-after:always;">

Does it make sense to you ?
So how do we do that in transformer?

TIA,
Oleg.

On 2/3/06, cknell(_at_)onebox(_dot_)com <cknell(_at_)onebox(_dot_)com> wrote:
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(_at_)onebox(_dot_)com - email


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--