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
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
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
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
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