I was looking for recipes and the easiest solution i found was parse it with SAX
transforming it into a python dictionary that i can easy explore populatin the ListCtrl
What do you think??? does wxPython support any easier way ??
Use SAX. It takes a bit to get into using initially, but after you do,
you'll be glad you learned it.
- Josiah
···
Felix <felixonta@teleline.es> wrote:
I was looking for recipes and the easiest solution i found was parse it with SAX
transforming it into a python dictionary that i can easy explore populatin the ListCtrl
What do you think??? does wxPython support any easier way ??
Felix <felixonta@teleline.es> wrote:
> I was looking for recipes and the easiest solution i found was parse it with SAX
> transforming it into a python dictionary that i can easy explore populatin the ListCtrl
>
> What do you think??? does wxPython support any easier way ??
Use SAX. It takes a bit to get into using initially, but after you do,
you'll be glad you learned it.