Creating an XML file with an ASP recordset object

wxdqz

New Member
Hello Developers,I am currently developing a web based application that uses ASP to retreivemost of its content from a SQL Server 7 database. I understand the powerof XML and XSL and I plan to use them extensively from now on.My question: How does one actually take the data from a recordset and placeit into an XML file?
 
Back
Top