This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: How to put a page break in XSL? If not, how to use XSL/CSS2 toge ther?


Thanks Rick :)  It worked and you made it so easy :)

Xiaocun Xu
mailto:xxu@commercialware.com

> -----Original Message-----
> From: RSuiter@cccis.com [mailto:RSuiter@cccis.com]
> Sent: Monday, June 26, 2000 3:41 PM
> To: xsl-list@mulberrytech.com
> Subject: Re: How to put a page break in XSL? If not, how to 
> use XSL/CSS2
> toge ther?
> 
> 
> 
> Xaiocun wrote:
> 
> >I need to put page break in the
> >resulting HTML so that it could be printed on printers.  How 
> can I put a
> >page break in XSL?  If not possible, I know that it is 
> possible to put
> >page break in CSS2.
> 
> The simple way is to just use CSS2 styles for this.  For 
> example, I just
> put this into the output as a literal:
> 
>   <div style="page-break-before: always" />
> 
> The hard way is to use XSL FO.  But if you can get away with 
> not going there, you'll probably get done faster.
> 
> Rick Suiter
> 
> 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept
for the presence of computer viruses.

WIN $1,000,000 !
WWW.COMMERCIALWARE.COM

**********************************************************************


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]