On Aug 11, 9:13 am, Ned Deily wrote:
> In article
> <1ad8dac1-8fff-493a-a197-d847e7b6a...@c2g2000yqi.googlegroups.com>,
>
> cmalmqui wrote:
> > I am writing on a small XML parser and are currently stuck as I am not
> > able to get the whole element name in Ele
On Aug 11, 9:51 am, "Diez B. Roggisch" wrote:
> cmalmqui schrieb:
> > Hi,
>
> > I am writing on a small XML parser and are currently stuck as I am not
> > able to get the whole element name in ElementTree.
>
> > Please see the below example where "p
Hi,
I am writing on a small XML parser and are currently stuck as I am not
able to get the whole element name in ElementTree.
Please see the below example where "print root[0][0]" returns
""
Is there a way to get hold of the "Running" string in the tag using
elementTree?
2009-07-10T
Elementtree solved the problem! I am very impressed with the speed you
get from the cElementTree library. Thanks!
--
http://mail.python.org/mailman/listinfo/python-list
Dear All,
Garmin uses XML as an exchange format for their Forerunner GPS series
(http://developer.garmin.com/schemas/tcx/v2/) and I have been thinking
about creating a python script that parses the Garmin XML file and
dumps the training information to a KML file as well as various graphs
(png or ma