cancel
Showing results for 
Search instead for 
Did you mean: 

Page break during message mapping

Former Member
0 Kudos

Hello All,

I need to implement a page break in my map.

Assume I have

<xyz>

<abc>

<abcd>PAGE ONE</abcd>

</abc>

<def>

<defg>PAGE TWO</defg>

</def>

</xyz>

I need to generate the output in two different pages. That would mean insert a page break. Each page would contain only one of the two records.

Eg.

Page 1 will contain:

PAGE ONE

Page 2 will contain

PAGE TWO.

Please suggest.

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

you wish to use Page break in the output file. Can you plz tell me what will be the type of output file you are looking for.

If you are using plain text files then I do't think you have come across any page break option.

These are features with .doc fiels which depends on the page setup and otehr attributes of printing the page.

Thanks

Swarup

Former Member
0 Kudos

The output would be plain text files and I need to implement the page break option.

Former Member
0 Kudos

Is there any other way to implement the same?

GabrielSagaya
Active Contributor
0 Kudos

You can insert Page break by using XSLT mapping.

The XSL Formatting Objects (XSL-FO) standard offers powerful properties for controlling the layout of printed documents

http://www.ibm.com/developerworks/xml/library/x-tippgbk/index.html