[BangPypers] parsing xml

Venkatraman S venkat83 at gmail.com
Thu Jul 28 19:07:11 CEST 2011


parsing using minidom is one of the slowest. if you just want to extract the
distance and assuming that it(the tag) will always be consistent, then i
would always suggest regexp. xml parsing is a pain.


More information about the BangPypers mailing list