When creating an ASPX page (with its cs counter part), it will render the page and output it as a standard HTML page. My question is, if its possible to output this information inside XML.
The reason for this being, is that I have a AJAX broker function that can recieve several parameters, including ASPX files. This AJAX broker function will return the output back (from the ASPX file assuming I Response.write() in XML tags)to the calling function for parsing, but, the AJAX broker will only work if the returning code is in an XML format.
I know the question is vauge, but any reference links to articles that may help me would be great. Thanks.
--there are 10 types of people in this world. those who know binary, and those who don't.--
The reason for this being, is that I have a AJAX broker function that can recieve several parameters, including ASPX files. This AJAX broker function will return the output back (from the ASPX file assuming I Response.write() in XML tags)to the calling function for parsing, but, the AJAX broker will only work if the returning code is in an XML format.
I know the question is vauge, but any reference links to articles that may help me would be great. Thanks.
--there are 10 types of people in this world. those who know binary, and those who don't.--