I make no secret of my affection for Python and dom4j. I would love to find a Python XML package that is as powerful and easy to use as dom4j. The main requirements are
- Simple API (no W3C DOM, please!)
- Integrated XPath support
- Good support for serialization to text
I like ElementTree but it has limited support for XPath. Any other suggestions?
|