Hi,
I would like to write a FOP extension to render text written in wiki syntax:
<fo:block>
<fopwiki:wiki value="{/root/description/text()}" />
</fo:block>
<root>
<description>
= title =
* item
* item
</description>
</root>
What I would like to know is how I can build a tree of FONodes (blocks,
text, table...) programmatically while parsing my wiki text and feed that
tree to the FOP engine. I've been looking at ElementMapping, XMLHandler and
the likes but I can't get a good grip at how those are working.
If somebody could point me to a good and complete tutorial on FOP extensions
or send me a nice example of how to do it, that would help me a lot!
Thanks,
Kalgon
--
View this message in context:
http://old.nabble.com/FOP-Extension-to-handle-Wiki-Syntax-tp31841403p31841403.html
Sent from the FOP - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]