An isolated example? No. But you could take a look at my fox:external-document extension. That one is an extension and creates areas using a special layout manager.
Classes involved: - org.apache.fop.fo.extensions.ExternalDocument (extension object, FO tree part) - org.apache.fop.fo.extensions.ExtensionElementMapping (extension registration) - org.apache.fop.layoutmgr.ExternalDocumentLayoutManager (layout manager) - org.apache.fop.layoutmgr.LayoutManagerMapping But frankly, I don't think it's possible (without changing FOP) to actually implement an external plug-in that creates/uses a layout manager. What are you trying to do? On 23.12.2008 14:00:54 bonekrusher wrote: > > Thanks Jeremias, > > You're always a great help. I have another question; In the examples folder, > there are examples for using fo:instream-foreign-object. Is there any > examples that show "an fo extension that creates an area in the area tree > where normal xsl:fo is not possible"? > > Thanks again! > > > Jeremias Maerki-2 wrote: > > > > The example MathML extension only works with JEuclid 1.0. The current > > JEuclid has its own MathML extension for FOP. > > Jeremias Maerki > > > > -- > View this message in context: > http://www.nabble.com/Ant-build---mathxml-example-tp21143725p21144055.html > Sent from the FOP - Dev mailing list archive at Nabble.com. Jeremias Maerki
