Help with parsing lxml

Posted by Casey on Stack Overflow See other posts from Stack Overflow or by Casey
Published on 2010-05-14T20:47:18Z Indexed on 2010/05/14 20:54 UTC
Read the original article Hit count: 359

Filed under:
|

Hi

To implement a college project, I need to handle XML files. For this I choose lxml after doing some research. However I can't seem to find some nice tutorial to help me get started. I can't choose most specifically which type of parsing I need to use. My XML files don't have that much data but speed is main concern, not memory.

Can anyone point me to some tutorial that would help me or some book that I can lookup? I have already tried the tutorial on lxml site but that didn't help me much. Is there some small application I can look up to get a hang of parsing XML with lxml

© Stack Overflow or respective owner

Related posts about python

Related posts about lxml