Classic ASP : load a dynamically generated XML file

seventy

New Member
Assume I have a file that contains :\[code\]<% Response.write("<my_tag>value</my_tag>")%>\[/code\]If I get it as an ordinary XML file, I get an error telling me that the XML have not the right format because it begin by "<%". How can I read this XML dynamically generated ?Thank you for your help !Phil
 
Back
Top