Deleting a blank page after the last element

2005-08-25 Thread bharathi kongara
Hi 

I've the following template in the style sheet


   



   
 

I'm using a break-after="page" to force a page break,
as  my requirement is that each section starts on a
new page. But this is forcing a blank page after the
last section in the generated pdf(ofcorse it will). Is
there any way to remove that(either from the style
sheet directly or after the pdf is generated)?

Thanks
Bharathi

Bharathi Kongara,
Graduate Student,
Department of Computer Science,
Utah State University,
Logan,UT 84321



__ 
Yahoo! Mail for Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Deleting a blank page after the last element

2005-08-25 Thread Andreas L Delmelle

On Aug 25, 2005, at 21:00, bharathi kongara wrote:

Hi,


I've the following template in the style sheet


   



   
 

I'm using a break-after="page" to force a page break,
as  my requirement is that each section starts on a
new page. But this is forcing a blank page after the
last section in the generated pdf(ofcorse it will). Is
there any way to remove that(either from the style
sheet directly or after the pdf is generated)?


You can do this in XSLT like so:


  

  page


  



HTH!

Greetz,

Andreas


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Deleting a blank page after the last element

2005-08-25 Thread bharathi kongara
Hi Andreas,

It worked !!! Thank you so much.

Bharathi

Quoting:

> I'm using a break-after="page" to force a page
break,
> as  my requirement is that each section starts on a
> new page. But this is forcing a blank page after the
> last section in the generated pdf(ofcorse it will).
Is
> there any way to remove that(either from the style
> sheet directly or after the pdf is generated)?

You can do this in XSLT like so:


   
 
   page
 
 
   



Bharathi Kongara,
Graduate Student,
Department of Computer Science,
Utah State University,
Logan,UT 84321




Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]