Ram Krishnamoorthi wrote:
In each of my Page Sequence, I am calling one or two
XSL Templates. In my case, it is possible that I may
not have any data to Print in a Page Sequence because
of the absence of specific tags in the Input XML
File.I would like to avoid having blank pages in the
PDF document. Is there any attribute I can specify to
achieve the same?

You'll have to avoid generating the page sequence at the XSLT level. One possiblity is to put a test for the existence of the elements which provide the content around the code which generates the page sequence.

J.Pietschmann

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



Reply via email to