On 2011-09-02, at 5:22 PM, Mo Mughrabi wrote:
> The problem with my approach that the xml is not validated and the reading 
> operation can be exhausting to parse the xml every time.

Why are you parsing through the XML every time? That seems awfully inefficient. 
There are xml parsers that don't involve parsing the entire tree, as far as I 
remember: http://docs.python.org/library/markup.html

But I would take the XML and store the bits you need in a more efficient format.
--
  Andy McKay
  a...@clearwind.ca
  twitter: @andymckay
 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to