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

2006-04-01 Thread Marc Garcia
Thanks for your opinion Peter, it have been useful to me. I'm used to do transformations directly when I get data from database, but I think that this new way make applications easier to maintain, the code is logically divided, and the this is more clear. The ElementTree is good, and for me the

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