[Zope-xml] How to use XML in zope
christophe robert
christophe.robert at culture.gouv.fr
Tue Sep 3 04:42:50 EDT 2002
Le sam 31/08/2002 à 00:33, Craeg Strong a écrit :
>
>
> christophe robert wrote:
>
> >Le mer 28/08/2002 à 06:47, Craeg K Strong a écrit :
> >
> >
> >>Hello:
> >>
> >>
> >>At long last, we have released XMLTransform
> >>http://www.zope.org/Members/arielpartners/XMLTransform
> >>
> >>
> >>
> >
> >Do you think to use an XML database with XMLTransform ??
> >
>
> One of my main design goals for XMLTransform is to make it possible to
> obtain XML documents from any source. It doesn't matter where it comes
> from or how it is assembled, the only thing that matters is that there is a
> single Zope object whose job it is to hand the XML document to XMLTransform,
> called the "source" object.
>
> Of course, the "source" object may have obtained the XML from somewhere
> else,
> such as an XML database like Xindice. Or perhaps from an Oracle database.
> etc.
>
I tested XMLTranform with the Xindice products. It's OK :)
XMLTranform seems to be a good product.
I would like to know how you will integrate FOP in XMLTransform ??
> Another example: the source object could be a DTMLDocument, and it could
> have embedded DTML tags from which it grabs pieces of its content. Here
> is an example
>
> <?xml version="1.0"?>
>
> <Document>
> <Author>
> <dtml-var author>
> </Author>
> <Content>
> Hello, I'm a document.
> </Content>
> </Document>
>
> Let me know if this answers your question...
>
> Regards,
>
Thank
> --Craeg
>
Christophe
> >
> >
>
More information about the Zope-xml
mailing list