Re: [Tutor] number of nodes
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
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