[Zope-xml] How to use XML in zope

Craeg K Strong cstrong at arielpartners.com
Tue Sep 3 11:42:46 EDT 2002


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.

We are currently planning to release this in the next month or two..

Regards,

--Craeg





More information about the Zope-xml mailing list