Re: Creating a new data structure while filtering its data origin.

2007-03-29 Thread FlipFish2007
On Mar 28, 4:44 pm, <[EMAIL PROTECTED]> wrote: > Hi everyone. > > I'm trying to work with very simple data structures but I'm stuck in the very > first steps. If someone has the luxury of a few minutes and can give an > advice how to resolve this, I'll really appreciate it. > > 1- I have a list o

Re: I can't get multi-dimensional array to work...

2007-03-30 Thread FlipFish2007
On Mar 30, 4:56 pm, "erikcw" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to create a multidimensional data structure. However, id > doesn't seem to work past the 2nd dimension. > > Here is my method: > > def endElement(self, name): > if name == 'row' : > if not self.data.ha