Processing xml for output with cElementTree
Joseph L. Casale
jcasale at activenetwerx.com
Fri Oct 17 16:35:02 EDT 2014
More information about the Python-list mailing list
Fri Oct 17 16:35:02 EDT 2014
- Previous message (by thread): Write list to new column in existent csv
- Next message (by thread): Extract Indices of Numpy Array Based on Given Bit Information
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I am unfortunately unable to use lxml for a project and must resort to base only libraries to create several nested elements located directly under a root element. The caveat is the incremental writing and flushing of the nested elements as they are created. So assuming the structure is <a><b><c>text</c><d>text</d></b></a> if I would like to manually deconstruct this in order to write each element in order of appearance, is there any built in facility for this? The way I am currently doing is rather pathetic... Thanks, jlc
- Previous message (by thread): Write list to new column in existent csv
- Next message (by thread): Extract Indices of Numpy Array Based on Given Bit Information
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list