I am new in XML.I have migrated asp to asp.net.Two forms are there first one is user interface enter inputs and collect that input it format an XML.This XML format is sent to another form using XMLHTTP.The second form process that XML Data and return another XML.I got the result in second form from responsetext.At the time of second form processing i write XML output Data formatted using xsl(like response.write(...)).But not write in my output form.What i do pls help.
Loading
Ratnesh MauryaPosted May 22, 2009, 5:06 AM
I had worked on a website dev which uses exactly the same design. We convert XML to HTML using XSL and then write it using response.write I am not sure what is wrong. set error reporting on and see if you are hitting any error. Also check the output of responre.write in form return by see source (view source on browser).