Re: [XML-SIG] Problem with xmlproc

2005-12-21 Thread Marco Meoni
thanks!!!i have understood the u operator.One question:1)WHY MY CODE PUT THE u OPERATOR IN THE VIDEO OUTPUT? 2005/12/21, Marco Meoni <[EMAIL PROTECTED]>: thanks!!!i have understood the u operator.One question:WHY2005/12/21, Werner F. Bruhin < [EMAIL PROTECTED] >:Marco Meoni wrote:>

Re: [XML-SIG] Problem with xmlproc

2005-12-21 Thread Marco Meoni
thanks!!!i have understood the u operator.One question:WHY2005/12/21, Werner F. Bruhin <[EMAIL PROTECTED] >:Marco Meoni wrote:> Hello everybody.> I have a problem with xmlproc. > If I have a dtd in the direcory of this file, the parser send me to> video the elelments and the att

[XML-SIG] Problem with xmlproc

2005-12-21 Thread Marco Meoni
Hello everybody. I have a problem with xmlproc. If I have a dtd in the direcory of this file, the parser send me to video the elelments and the attirbutes of the dtd. this is the video output: [EMAIL PROTECTED]:/media/hda5/Universita'/Tesi/Manager$ python parser2.py ELEMENTO: meshap-manager

[XML-SIG] xmlproc

2005-12-19 Thread Marco Meoni
Hi. I'm new in using xmlproc. Have you a example-file to show me to help me in using it? I prefer if you have an example in dtd APIs, but i accept all that you send me! What you suggest me to use xmlproc? Have you tips or trikcs for using it? Bye. Marco -- mail address: [EMAIL PROTECTED] we

[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

Re: [XML-SIG] Build a dinamic GUI from a DTD file

2005-12-01 Thread Marco Meoni
Very thanks for your answer...I'll try with xml-proc but if anyone have examples are welcome!!!2005/12/1, Fredrik Lundh <[EMAIL PROTECTED] >:Marco Meoni wrote:> No ideas or examples for managing dtd & xml in python? sure, but the scope of your original post was probably too large

Re: [XML-SIG] Build a dinamic GUI from a DTD file

2005-12-01 Thread Marco Meoni
No ideas or examples for managing dtd & xml in python? 2005/11/29, Marco Meoni <[EMAIL PROTECTED]>: Hi, i'm new in python programming and i'm new in this mailing list. I have a problem in buildin a GUI with wxpython. My application have to start by GUI. This GUI have to be d

[XML-SIG] Build a dinamic GUI from a DTD file

2005-11-29 Thread Marco Meoni
Hi, i'm new in python programming and i'm new in this mailing list. I have a problem in buildin a GUI with wxpython. My application have to start by GUI. This GUI have to be dinamic. The commands that the GUI have to show are described in a DTD. The GUI must read the DTD file and show the comm