How to print the CDATA of .xml file?

Fredrik Lundh fredrik at pythonware.com
Fri Oct 13 06:39:25 EDT 2006


Kevien Lee wrote:

>   import xml.etree.ElementTree as ET

> use Python 2.5 is easy and good, but is there any others  way under
> version 2.4?

the ET API is available for 1.5.2 and newer:

    http://effbot.org/zone/element-index.htm

</F> 






More information about the Python-list mailing list