break-after="page"
| Newsgroups | gmane.text.xml.xsl.general |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I use break-after property in this bock.
<fo:block span="all" break-after="page" >
<fo:external-graphic src="file:{$pathFile}" />
</fo:block>
Trying to product PDF file, I get this message in the output:
" WARNING: Page subsequences exhausted. Using previous subsequence. "
and it dipends on "break-after".
It runs but how can I resolve this warning?
And is there any method to create a bookmark using external-destination?
-Vale.