Hi
I m able to parse xml file using xerces as well as JAXP but I am unable to parse the sub- child of my tree Eg : <mosaic> <class name "hello"> <method name="call" type="void" > ...(not able to parse this) </method> </class> <class name="demo"> </class> </mosaic> But I m unable to parse the child of class"hello" .but I m able to parse the .sibling of class What should I do... Regards Divya
-- http://mail.python.org/mailman/listinfo/python-list