Search:
Login
Preferences
Help/Guide
About Trac
Register
Forgot your password?
Wiki
Timeline
Changelog
Browse Source
View Tickets
New Ticket
Roadmap
Builds
Sonar
Search
Context Navigation
Back to Ticket #1702
Ticket #1702
: go.py
File go.py,
135 bytes
(added by
chris.bainbridge@…
,
16 years ago
)
simple load/parse/save xml
Line
1
#!/usr/bin/python
2
3
from
xml.etree
import
ElementTree
4
import
time
,
os
,
pdb
5
tree
=
ElementTree
.
parse
(
"test.gpx"
)
6
tree
.
write
(
'test2.gpx'
)
Download in other formats:
Original Format