XML and DTD creating from relational databases

wxdqz

New Member
Hi,I have a question about how I can transform my database to XML files andtheir associated DTDs. I have seen some answers to similar questions butIam very confused. If I use ADO recordset to manipulate data from my databasethen I just need the appropriate algorithm to transform my data to xml file?In this case I will have a text file with tags and strings between them.How can I process these XML files? I think that I have to use the DOM.Buthow?Do I need to create an XML database schema?How can the changes of thexml files can be stored back to my database tables? Can you please send mesome code or articles relevant to my questions?Thank you in advance
 
Back
Top