Re: [XML-SIG] Create XML string with python

2005-12-14 Thread Uche Ogbuji
On Fri, 2005-12-09 at 12:44 -0700, Uche Ogbuji wrote: On Fri, 2005-12-09 at 18:09 +0100, Marco Meoni wrote:> Hi. I have to create a XML string from a GUI. In the GUI i have some> "bottons". Clicking on this bottons the program should create a XML in > a string (a STRING, the XML must be into a Pyt

[XML-SIG] Create XML string with python

2005-12-09 Thread Marco Meoni
Hi. I have to create a XML string from a GUI. In the GUI i have some "bottons". Clicking on this bottons the program should create a XML in a string (a STRING, the XML must be into a Python STRING ;-)   ) If you have an idea or a .py please send me... All is welcome, you can send me example,

[XML-SIG] Create XML string with python

2005-12-09 Thread Marco Meoni
Hi. I have to create a XML string from a GUI. In the GUI i have some "bottons". Clicking on this bottons the program should create a XML string (a STRING, the XML must be into a STRING ;-)   ) If you have an idea or a .py please send me... I must include this function in a program soon and hav