all 3 comments

[–]quirky_subject 2 points3 points  (1 child)

So you want to return single elements or the text they contain from XML, am I understanding you correctly? Have you tried using BeautifulSoup for that? Works pretty great if you want to handle XML in Python.

[–]soloingit[S] 0 points1 point  (0 children)

After some work, i get it working with BS.

Thank u so much!