[issue13275] Recommend xml.etree for XML processing

2015-11-26 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Pyt

[issue13275] Recommend xml.etree for XML processing

2015-11-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The wording in the tutorial was changed in issue23891. Now ElementTree is mentioned on first place. In the "Structured Markup Processing Tools" section ElementTree is listed before other XML processing modules. I think this issue can be closed now.

[issue13275] Recommend xml.etree for XML processing

2012-01-15 Thread Éric Araujo
Éric Araujo added the comment: (I haven’t found an elegant XML lib, and have not yet needed to look for one as I touch very little XML.) -- ___ Python tracker ___ _

[issue13275] Recommend xml.etree for XML processing

2012-01-11 Thread Tshepang Lekhonkhobe
Tshepang Lekhonkhobe added the comment: @Araujo bit offtopic, but which XML library have you found most elegant? Is it available in the stdlib? -- ___ Python tracker ___ __

[issue13275] Recommend xml.etree for XML processing

2012-01-11 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue13275] Recommend xml.etree for XML processing

2011-10-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: In the tutorial, "The xml.dom and xml.sax packages" should be expanded to "The xml.dom, xml.sax, and xml.etree packages". I suspect that the current line predates the addition of .etree. We try to mostly not give opinion-based recommendations; the docs are fo

[issue13275] Recommend xml.etree for XML processing

2011-10-27 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue13275] Recommend xml.etree for XML processing

2011-10-27 Thread Éric Araujo
Éric Araujo added the comment: It makes sense that SAX and DOM would be mentioned in the tutorial: SAX is similar to how HTMLParser works and is used in many languages; DOM is the official W3C API and is used in many languages, despite its ugliness. ElementTree is not a very elegant API in m

[issue13275] Recommend xml.etree for XML processing

2011-10-27 Thread Petri Lehtinen
Changes by Petri Lehtinen : -- nosy: +petri.lehtinen ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue13275] Recommend xml.etree for XML processing

2011-10-27 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +flox ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue13275] Recommend xml.etree for XML processing

2011-10-27 Thread Florent Xicluna
Changes by Florent Xicluna : -- components: +XML type: -> behavior versions: +Python 2.7, Python 3.2, Python 3.3 ___ Python tracker ___ _

[issue13275] Recommend xml.etree for XML processing

2011-10-27 Thread Alexey Shamrin
New submission from Alexey Shamrin : There are many libraries in Python stdlib [1] xml.dom xml.dom.minidom xml.dom.pulldom xml.sax xml.etree Tutorial mentions xml.dom and xml.sax. [2] In my experience xml.etree is the best library to quickly load some xml and mess with it. It would be nice to