Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to Insert page break in rtf which intrun used to generate HTML output?

843834Jun 22 2008
Hi All,

We have a custom solution in which we use XSL and XML to generate HTML output. The XSL is generated using the regular rtf template.

I need to insert a page break between each record in the rtf template. I tried various page break options like 'ctrl+enter' , <?page_break?>, <?split-by-page-break:?> and generated XSL. I also see that these page breaks converted into XSL, but when I generate the HTML output by clubbing the XML and XSL, the page break is missing.

Could you please throw light on this?

I have also tried inserting hard page break i.e, <fo:block break-before='page'/> in XSL.


Thanks,
Dadi :)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 20 2008
Added on Jun 22 2008
0 comments
326 views