Re: [XML-SIG] XML from scratch and transformation with XSLT

2006-03-31 Thread Peter Herndon
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

[XML-SIG] XML from scratch and transformation with XSLT

2006-03-31 Thread Marc Garcia
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