Vojtěch Rylko added the comment:
Program below also splits two of 10 000 elements into two rows. Is it
acceptable behavior?
OUTPUT (ill part)
=
PROGRAM
=
for event, node in events:
if event == pulldom.CHARACTERS:
print node.data
New submission from Vojtěch Rylko :
Hi,
I have file with 10 000 records of same element item (always same):
$ head test.xml
Twitter
Twitter
Twitter
Twitter
Twitter
Twitter
Twitter
Twitter
Twitter
And run simply program for printing content of element section:
$ python pulldom.py test.xml
New submission from Vojtěch Rylko :
In 2.6 README are this paragraphs from 2.5 README:
A number of features are not supported in Python 2.5 anymore. Some
support code is still present, but will be removed in Python 2.6.
The following systems are still supported in Python 2.5, but
support will