How to Insert page break in rtf which intrun used to generate HTML output?
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 :)