Given the folowing XML snippet, I build an ElementTree instance with
et=ElementTree.fromstring(..). Now et.text returns just '\n  text\n  some
other text'. 
Is there any way I could get everything between the <div> and </div> tag?

<div>
  text
  some other text<br/>
  and then some more
</div>


-- 
damjan
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to