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

2006-04-01 Thread Marc Garcia
op my own class, to abstract it, and to make it easy if in the future I want to change this library. Thanks, Marc Peter Herndon wrote: > 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 >> (o

[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