Jython or Pyton issue-- Kindly Help me....

Ian Kelly ian.g.kelly at gmail.com
Mon Oct 13 11:43:24 EDT 2014


On Mon, Oct 13, 2014 at 5:39 AM, Venugopal Reddy
<venugopal.reddy at tspl.com> wrote:
> Dear All,
>
> How to write a program for reading or parsing the XML file in Sub root Wise.

I don't know what "Sub root Wise" is. You can find an overview of
Python's XML parsing interfaces at
https://docs.python.org/2/library/xml.html. I would recommend using
the ElementTree API unless you have a specific reason to use something
else.



More information about the Python-list mailing list