Page break option in XML publisher
I am developing a consolidated Invoice report in peoplesoft Billing module using XML publisher RTF template Form field method. The report has two parts Header(on the first page) and Annexure(on the next page). The requirement is that Annexure should always print on a new page. This is happening properly when the header has data that fits on a single page but when the data extends to the next page Annexure is printed on the same page even after using the function <?split-by-page-break:?> . Initially i have used the "split-by-page-break" form field outside group that didn't work.Hence i modified my xml