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

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to