On Tuesday, 18 August 2015 22:20:32 UTC+5:30, ryguy7272 wrote:
> I am trying to parse this XML file.
> http://www.usda.gov/oce/commodity/wasde/report_format/latest-July-2015-New-Format.xml
>
> I tried a bunch of things in R, and almost got it working, but it seems like
> there was some issue wit
XML is a structured file. I never knew you can read it line by line
and process. iterparse()
More info on iterparse():
http://effbot.org/zone/element-iterparse.htm
On Thu, Aug 27, 2009 at 10:39 AM, Stefan Behnel wrote:
> loial wrote:
>> Is there a quick way to retrieve data from an xml file in p
loial wrote:
> Is there a quick way to retrieve data from an xml file in python 2.4,
> rather than read the whole file?
ElementTree is available as an external package for Py2.4 (and it's in the
stdlib xml.etree package since 2.5).
It's pretty much the easiest way to get data out of XML files.
I
On Thu, Aug 27, 2009 at 2:26 PM, loial wrote:
> Is there a quick way to retrieve data from an xml file in python 2.4,
> rather than read the whole file?
Universal Feed parser can do the job for you.
This can be imported and used in your python programs.
For more information,
http://www.feedparser
Is there a quick way to retrieve data from an xml file in python 2.4,
rather than read the whole file?
--
http://mail.python.org/mailman/listinfo/python-list