Hi Venkat,
Currently <afp:include-page-overlay /> is only supported as a child of
<fo:simple-page-master master-name="simple"> as given in the example.
You'll need to adjust
org.apache.fop.render.afp.extensions.AFPPageSetupElement.startOfNode()
to make this extension allowable in <fo:page-sequence><fo:flow>. Then
test it out, see if the IPO finds its way into the AFP output, if not
you'll have to trace through the execution. Have fun :).
Adrian.
Venkat Reddy wrote:
Hi,
Can some one provide me a basic Page Overlay (IPO) Extension example
FO file?
I have gone through the AFP extensions
http://xmlgraphics.apache.org/fop/trunk/output.html#afp-page-overlay
<fo:layout-master-set>
<fo:simple-page-master master-name="simple">
<afp:include-page-overlay name="O1SAMP1 " /> ...
</fo:simple-page-master>
</fo:layout-master-set>
This defines a page overlay, but how to invoke this overlay in
<fo:page-sequence><fo:flow>?
Thanks,
Venkat.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]