New submission from Alexey Shamrin <sham...@gmail.com>:

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 recommend people xml.etree in the tutorial 
[2] and in the beginning of section 19, "Structured Markup Processing Tools". 
[1]

[1]: http://docs.python.org/library/markup.html
[2]: http://docs.python.org/tutorial/stdlib.html#batteries-included

----------
assignee: docs@python
components: Documentation
messages: 146484
nosy: ash, docs@python
priority: normal
severity: normal
status: open
title: Recommend xml.etree for XML processing

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13275>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to