Comment 0 for bug 1020268

Revision history for this message
Leonard Richardson (leonardr) wrote :

Line 270 of element.py mentions self.tagStack[i].nsprefix. But the actual name of the attribute is 'prefix', not 'nsprefix'. This means that every _popToTag call invokes a find() call looking for a nonexistant <nsprefix> subtag. This slows down parsing times greatly for no reason.