Hello All!
I've got a question as foolows:
I need to make a script returning XML document.
How can I return a XML document I'm creating in my ASP page?
I'm creating XML document with CreateObject("Msxml2.DOMDocument"), then adding children to it. But how to return this document to a client?
Thanks