kakada wrote: > Hello everyone, > > textp = xmldoc.getElementsByTagName('text:p') > > from the example above, How can I know how many <text:p> node are there? len(textp), maybe? Kent