[XML-SIG] Text file to XML representation

2009-10-21 Thread Antonis Kaklis
Hello, I would like to make a program that takes a text file with the following representation for example: outlook = sunny | humidity <= 70: yes (2.0) | humidity > 70: no (3.0) outlook = overcast: yes (4.0) outlook = rainy | windy = TRUE: no (2.0) | windy = FALSE: yes (3.0) and convert i

[XML-SIG] [ pyxml-XBEL-2875536 ] 'as' is the keyword in python2.6

2009-10-21 Thread SourceForge.net
XBEL item #2875536, was opened at 2009-10-09 15:42 Message generated for change (Tracker Item Submitted) made by sevenj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=707658&aid=2875536&group_id=6473 Please note that this message will contain a full copy of the com

Re: [XML-SIG] Text file to XML representation

2009-10-21 Thread Stefan Behnel
Antonis Kaklis wrote: > I would like to make a program that takes a text file with the > following representation for example: > > outlook = sunny > | humidity <= 70: yes (2.0) > | humidity > 70: no (3.0) > outlook = overcast: yes (4.0) > outlook = rainy > | windy = TRUE: no (2.0) > | win

[XML-SIG] Status of pyxml development

2009-10-21 Thread Nicolas Delaby
Hi all, I would like to know what is the status of pyxml ? I saw on sourceforge that it is no longer maintained but i want to have a confirmation. So i'm using a interesting module of the pyxml library: the Marshaller. I played a bit with and find some weakness like non support of namespaces. I r

Re: [XML-SIG] Status of pyxml development

2009-10-21 Thread Stefan Behnel
Hi, Nicolas Delaby wrote: > I would like to know what is the status of pyxml ? I saw on sourceforge > that it is no longer maintained but i want to have a confirmation. The sourceforge site has been stating the truth for a while now. > So i'm using a interesting module of the pyxml library: the