Hi all,

I am fairly new to python and i am stuck with a problem.
What I am  trying to do is parse a xml file using minidom. My xml file
as almost a structure like this :

<someparentabove>
       <parent>
              <child1>
              </child1>
              <child2>
              </child2>
      </parent>
      <anotherparent>
      </anotherparent>
</someparentabove>

I can get parent along with childs using getElementsByTagName, But is
there a way I can get only the children (child1 and Child2)?


-------------
Thanks and Regards
Subhodip Biswas


GPG key : FAEA34AB
Server : pgp.mit.edu
http://subhodipbiswas.wordpress.com
http:/www.fedoraproject.org/wiki/SubhodipBiswas
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to