Vojtěch Rylko <vojta.ry...@seznam.cz> added the comment: Program below also splits two of 10 000 elements into two rows. Is it acceptable behavior?
OUTPUT (ill part) ============= <DOM Text node "u'Twitter'"> <DOM Text node "u'\n'"> <DOM Text node "u'Twi'"> <DOM Text node "u'tter'"> <DOM Text node "u'\n'"> <DOM Text node "u'Twitter'"> <DOM Text node "u'\n'"> <DOM Text node "u'Twitter'"> PROGRAM ============= for event, node in events: if event == pulldom.CHARACTERS: print node.data ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10026> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com