Re: sql to xml

2007-04-22 Thread Martin Drautzburg
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

sql to xml

2007-04-17 Thread Ros
() I am able to write a data from 1 xml file to another but not getting how to write validate data from sql to xml. May be I am not sure what mapping is. I wish to map the data columns in sql database with the xml data. any help would be highly appreciated. Regards, Ros -- http

Re: sql to xml

2007-04-17 Thread Tim Golden
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