On Mar 31, 2006, at 2:46 PM, Marc Garcia wrote:
> I want to make a simple program in python that get data from a
> database
> (or other source), create a new xml document with it and then parse it
> with an existing xslt sheet.
>
Why would you do this? That is, you are pulling data from a data
I want to make a simple program in python that get data from a database
(or other source), create a new xml document with it and then parse it
with an existing xslt sheet.
I'm testing many libraries, such as libxml2/libxslt, lxml, 4suite, and
in different ways, dom and sax methods...
Do somebo