Re: Text file to XML representation

Stefan Behnel <[email protected]> Wed, 21 Oct 2009 16:18:17 +0200
Newsgroups gmane.comp.python.xml
Message-ID <[email protected]>
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)
> |   windy = FALSE: yes (3.0)
> 
> and convert it to xml file

Did you read the response that you got over at c.l.py?

Stefan
_______________________________________________
XML-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/xml-sig