What's the best way to handle XML parsing with Python etree? or Python etree: How do you efficiently

16 Replies, 1177 Views

Honestly? I switch between Python etree and lxml depending on the mood.

Small script? Etree. Big project? Lxml.

The real hidden gem is BeautifulSoup, though. It’s not *just* for HTML—it handles XML pretty well too, and the API is super intuitive.

Messages In This Thread



Users browsing this thread: 1 Guest(s)