xml parsing with lxml

Doug OLeary dkoleary at olearycomputers.com
Fri Oct 7 16:27:47 EDT 2016


On Friday, October 7, 2016 at 3:21:43 PM UTC-5, John Gordon wrote:
> root = doc.getroot()
> for child in root:
>     print(child.tag)
> 

Excellent!  thank, you sir!  that'll get me started.  

Appreciate the reply.

Doug O'Leary



More information about the Python-list mailing list