Re: [Freevo-devel] XMl parsing

2007-02-18 Thread Jason Tackaberry
On Wed, 2007-01-03 at 09:31 +0100, Tanja wrote: > I started with kaa.xml for the parsing of the fxd file, > but I had to do a lot of hacking to get the functions I > need. Then I fell over BeautifulSoup and ElementTree. > Both seem more suited for what I need. Can you elaborate as to what's missin

Re: [Freevo-devel] XMl parsing

2007-01-04 Thread Duncan Webb
Tanja wrote: > Hi > > Dirk Meyer schrieb: >> Hi, >> >> Tanja wrote: >>> I am working on a extension to the webserver, >>> which let the user edit his/her webradio.fxd file. >> Freevo 1.x or 2.x? >> > > Freevo 1.x for the moment... > But I want to make it as portable as possible for Freevo 2.0. >

Re: [Freevo-devel] XMl parsing

2007-01-04 Thread Tanja
Hi Dirk Meyer schrieb: > Hi, > > Tanja wrote: >> I am working on a extension to the webserver, >> which let the user edit his/her webradio.fxd file. > > Freevo 1.x or 2.x? > Freevo 1.x for the moment... But I want to make it as portable as possible for Freevo 2.0. >> I started with kaa.xml f

Re: [Freevo-devel] XMl parsing

2007-01-03 Thread Dirk Meyer
Hi, Tanja wrote: > I am working on a extension to the webserver, > which let the user edit his/her webradio.fxd file. Freevo 1.x or 2.x? > I started with kaa.xml for the parsing of the fxd file, > but I had to do a lot of hacking to get the functions I > need. Kaa.xml is more or less the same

[Freevo-devel] XMl parsing

2007-01-03 Thread Tanja
Hello, I am working on a extension to the webserver, which let the user edit his/her webradio.fxd file. I started with kaa.xml for the parsing of the fxd file, but I had to do a lot of hacking to get the functions I need. Then I fell over BeautifulSoup and ElementTree. Both seem more suited for w