资 源 简 介
What is Elements
|NOTE: Elements v2 is now being developed in SVN trunk, and the documentation will soon change. Elements will also change license from Apache to New BSD. The older version will however still use Apache. |
|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
Elements is a Python library that provides simple parsing from XML to Python objects and back. It uses the well known ElementTree API to parse XML into Python objects. ElementTrees are very nice for parsing XML, but sometimes you want something even closer to Python. You want the XML to "magically" fill out your Python objects, and be able to access your values using dotted notation. This is what Elements does for you. Elements is similar to