Tim Golden wrote:
> 2) Don't use XML if you don't need to.
I would call this advice a "golden rule" the violation of which has
caused serious pain in some of the projects I am working on.
--
http://mail.python.org/mailman/listinfo/python-list
Ros wrote:
> Hi,
> > I wish to write xml file after validating data from mssql database.
> I am using xml data mapping list and would use it for validating data.
All right, I'm not going answer the question you're
asking (a) because I'm not really sure what the question
is and (b) because I'm not
file, validation
part is working fine.
if event == "end":
if child.tag == 'ele':
writer.pop_ele()
if child.tag == 'loop':
writer.pop_loop()
I am able to write a data from 1 xml file to another but not getting
how to write