On Fri, 2007-03-30 at 14:34 -0700, erikcw wrote:
> On Mar 30, 5:23 pm, [EMAIL PROTECTED] wrote:
> > I haven't tested it, but superficially I'd suggest giving this a try:
> >
> > def endElement(self, name):
> > if name == 'row' :
> > if not self.data.has_key(self.parent):
> >
On Mar 30, 5:23 pm, [EMAIL PROTECTED] wrote:
> 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):
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