I wonder is somebody can help me with a blank page appearing at the beginning
of all my documents.
My input xml data looks a bit like...
<root>
<row>
...data...
</row>
<row>
....data...
</row>
</root>
The idea is that each <row>..</row> will represent a page. So I did a
xsl:template match on the row and used an fo block with break-after="page"
immediately inside, and then all my content inside that block.
Trouble is the first page always contains no data - just the fixed content
(ie, the second page contains the input data from the first <row></row>) . I
have actually tried changing the break-after to break-before but it makes no
difference.
Any thoughts appreciated!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]