Skip to content

Tag Archives: server side script

can you show me ajax server side script that outputs XML?

I am trying to build ajax application using visual web developer. so far I can send text output from server side script and receive with responseText. so far I cannot figure out how to send XML and receive correctly with responseXML. I am pretty sure my code on the client side (e.g. responseXML) is correct.