[Zope-xml] How to use XML in zope

Craeg K Strong cstrong at arielpartners.com
Wed Sep 4 11:09:48 EDT 2002


See below

christophe robert wrote:
> Le mar 03/09/2002 à 17:42, Craeg K Strong a écrit :
> 
>>christophe robert wrote:
>>
>>>Le sam 31/08/2002 à 00:33, Craeg Strong a écrit :
>>
>>>I tested XMLTranform with the Xindice products. It's OK  :)
>>
>>Good news!
>>
>>
>>>XMLTranform seems to be a good product. 
>>
>>:)
>>
>>
>>>I would like to know how you will integrate FOP in XMLTransform ??
>>
>>I am thinking of using XML-RPC to call out to a Java VM running FOP.
>>I would use an XMLTransform to generate a FO-format document, and pass
>>that as a string to FOP.  FOP would then generate the PDF and return that
>>as a string to Zope.
>>
>>I was thinking of creating a "Fopper" Zope object that would transparently
>>take care of that, so navigating to the URL of the fopper object would
>>automatically yield the PDF.
>>
>>The only wart, obviously, is that it requires installing a separate Java
>>process running Fop :-(
>>
>>Unfortunate, but for now, I do not know of any FO processor written in Python.
>>
> Why not use Jython ?? 

Indeed, this is the plan.  It is still a "Java process running FOP", however :)

--Craeg






More information about the Zope-xml mailing list