tags:

views:

159

answers:

2

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

A: 

Uh...

Ignacio Vazquez-Abrams
I have seen tutorials which use OO for parsing. Do I need that? Why can't I just create a simple function?
Casey