How can I load a dynamically generated XML file?

leopard2806

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 ?Edit:In fact, it was an illusion. The Server.Execute method just print the other file. What can I do ? How could I put the result of an ASP page in a string that I could read by loadXML method ? Or how could I just process the file before loading it ?
 
Back
Top