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