[Twisted-Python] Twisted Matrix and PDOM
Christopher Armstrong
radix at twistedmatrix.com
Sun Jun 15 09:59:37 MDT 2003
On 2003.06.15 11:46, N. Wieland wrote:
> - radix at twistedmatrix.com :
> >
> > On 2003.06.15 10:09, N. Wieland wrote:
> > > Hi,
> > > I want to implement a Native XML database in Python, so, after
> >
> > What do you mean by "XML database"?
>
> It's a database tailored exactly for storing XML documents.
> Apache XIndice or SoftwareAG Tamino are two examples.
> Here is an interesting doc about the topic:
> http://www.rpbourret.com/xml/XMLAndDatabases.htm
>
> > If you're looking to serialize arbitrary Python objects to XML, check out
> > twisted.persisted.marmalade
>
> Not a Python Object, an XML document.
So it sounds like all you need is twisted.web.microdom, the "open"
built-in python function, and the "write" method of file
objects. Or is there something else I'm missing? :)
--
Twisted | Christopher Armstrong: International Man of Twistery
Radix | Release Manager, Twisted Project
---------+ http://twistedmatrix.com/users/radix.twistd/
More information about the Twisted-Python
mailing list