Re: [Tutor] number of nodes

2006-03-30 Thread Kent Johnson
kakada wrote: > Hello everyone, > > textp = xmldoc.getElementsByTagName('text:p') > > from the example above, How can I know how many node are there? len(textp), maybe? Kent ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/list

[Tutor] number of nodes

2006-03-29 Thread kakada
Hello everyone, textp = xmldoc.getElementsByTagName('text:p') from the example above, How can I know how many node are there? Thanks, da ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor