Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there an equivalent to the c# XmlNode.InnerText Property in Python?

If not, is there a straightforward way to implement it in Python? I thought I found something here, but it seems to concatenate the values of the node and child nodes in the wrong order.

share|improve this question
3  
What xml lib you're using? – Marat Oct 6 '11 at 13:26
MiniDOM. Perhaps there is a straightforward way using ElementTree? – oraghalb Oct 6 '11 at 15:02
I have found a solution to my question here... – oraghalb Sep 28 '12 at 11:05

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.