design question
Istvan Albert
ialbert at mailblocks.com
Thu Sep 2 09:41:09 EDT 2004
More information about the Python-list mailing list
Thu Sep 2 09:41:09 EDT 2004
- Previous message (by thread): design question
- Next message (by thread): mbox mail handling
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ajay wrote: > so thats what i need to do. i read the policy and preferences as DOM > hierarchies and then starting from rule1 in the preference, Do you really need a DOM representation for this? It seems to me that you are sequentially reading the XML file to extract the rules from it. Try element-tree for a simple and fast, pure-python XML representation. http://effbot.org/zone/element-index.htm Istvan.
- Previous message (by thread): design question
- Next message (by thread): mbox mail handling
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list