[Zope] External Method: Render STX with images
Danny William Adair
danny@adair.net
Thu, 23 Aug 2001 14:13:06 +1200
Hi!
I'm putting this on the list because I've seen a couple of posts of other
people who wanted to have images in their stx documents. I've just uploaded
a python solution you can use as a simple way to provide this feature:
http://www.zope.org/Members/Barabbas/stx_to_html
You will only have to change your
<dtml-var my_stx_input fmt=structured-text>
to
<dtml-var "stx_to_html(my_stx_input)">
to use the extended rendering with images.
Hope this is handy for some people,
Danny
P.S.: Thanks for helping me getting this done, Tres.