|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Passing XML Document
I'm not sure this if appropriate for this list, if it isn't, let me apologize in advance. I'm developing an application in which I am using XML/XSL to collect data from a form. The form looks like <<...OLE_Obj...>> The objects I'm using are: var objXSLT=new ActiveXObject("MSXML2.FreeThreadedDomDocument"); objXSLT.async=false; objXSLT.load("LoanData.xsl"); var objCompiled=new ActiveXObject("MSXML2.XSLTemplate"); objCompiled.stylesheet=objXSLT.documentElement; var objXML=new ActiveXObject("MSXML2.FreeThreadedDomDocument"); objXML.async=false; objXML.load("LoanData.xml"); var objXSLProc=objCompiled.createProcessor(); objXSLProc.input=objXML; As the user moves from tab to tab I have a function that scrolls through the controls within the current tab, selects the appropriate node in "objXML" and then updates the value. This all works great, now to the problem. From the screen print you can see a button labeled "Review Application". Currently I am using XMLHTTP to POST "objXML" to an ASP page, do a transform using "review.xsl" and then write the output to a DIV in the page. What I want to do is change this so that I open up a new browser window showing the output from the transform. Any suggestions? Manny J. Hellstern System Analyst Mustang Engineering Houston, TX 77077 (713) 215-8380 manny.hellstern@xxxxxxxxxxxxxx XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






