Re: ElementTree - Howto access text within XML tag element...

2009-08-11 Thread cmalmqui
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

Re: ElementTree - Howto access text within XML tag element...

2009-08-11 Thread cmalmqui
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

ElementTree - Howto access text within XML tag element...

2009-08-10 Thread cmalmqui
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

Re: Read Garmin XML (TCX) files in Python...

2009-03-30 Thread cmalmqui
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

Read Garmin XML (TCX) files in Python...

2009-03-29 Thread cmalmqui
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