Discussion:
[Python.NET] Extracting data from XML containing CDATA and store data in a .dbf file
David Shi
2008-12-18 15:45:44 UTC
Permalink
I am looking for advice/efficient script to extract data from XML containing CDATA.
 
I wish to extract all the data and store it in a .dbf file.
 
Regards.
 
David
Daniele Esposti
2008-12-18 16:11:58 UTC
Permalink
Post by David Shi
I am looking for advice/efficient script to extract data from XML containing CDATA.
I wish to extract all the data and store it in a .dbf file.
Using System.XML you can iterate over all nodes and call InnerText
_________________________________________________
Python.NET mailing list - PythonDotNet-+ZN9ApsXKcEdnm+***@public.gmane.org
http://mail.python.org/mailman/listinfo/pythondotnet

Loading...