CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 16 Jul 2025 23:38:23 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090605095320
location: https://web.archive.org/web/20090605095320/https://wiki.python.org/moin/ElementTree
server-timing: captures_list;dur=0.474729, exclusion.robots;dur=0.016788, exclusion.robots.policy;dur=0.008425, esindex;dur=0.009635, cdx.remote;dur=18.218575, LoadShardBlock;dur=356.062561, PetaboxLoader3.datanode;dur=66.651769
x-app-server: wwwb-app203
x-ts: 302
x-tr: 403
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app203; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Wed, 16 Jul 2025 23:38:24 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Fri, 05 Jun 2009 09:53:20 GMT
x-archive-orig-server: Apache/2.2.9 (Debian) mod_fastcgi/2.4.6 mod_python/3.3.1 Python/2.5.2 mod_wsgi/2.3
x-archive-orig-vary: Cookie,User-Agent,Accept-Language
x-archive-orig-content-length: 7773
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 05 Jun 2009 09:53:20 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 01 May 2006 08:22:22 GMT", ; rel="prev memento"; datetime="Tue, 05 May 2009 04:44:40 GMT", ; rel="memento"; datetime="Fri, 05 Jun 2009 09:53:20 GMT", ; rel="next memento"; datetime="Sun, 28 Jun 2009 17:23:57 GMT", ; rel="last memento"; datetime="Thu, 06 Mar 2025 21:51:01 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_10_20090605081604_crawl101-c/51_10_20090605095302_crawl103.arc.gz
server-timing: captures_list;dur=0.774460, exclusion.robots;dur=0.031451, exclusion.robots.policy;dur=0.011962, esindex;dur=0.015331, cdx.remote;dur=147.383215, LoadShardBlock;dur=320.622735, PetaboxLoader3.datanode;dur=301.695958, PetaboxLoader3.resolve;dur=103.037300, load_resource;dur=135.531599
x-app-server: wwwb-app203
x-ts: 200
x-tr: 658
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
ElementTree - PythonInfo Wiki
The ElementTree library provides an Element type, which is a simple but flexible container object, designed to store hierarchical data structures such as simplified XML infosets. The library also provides support for reading and writing Element structures as XML.
The Element type is available as a pure-Python implementation for Python 1.5.2 and later. A high-performance C implementation is also available.
For more information, downloads, and add-ons, see: https://effbot.org/zone/element-index.htm
There is also an implementation of the ElementTree API on top of libxml2 called lxml. It is really fast and has many extensions exposing advanced libxml2/libxslt features:
EditText (last edited 2008-11-15 14:00:19 by localhost)