[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Passing XML Document

Subject: Passing XML Document
From: "Hellstern, Manny" <manny.hellstern@xxxxxxxxxxxxxx>
Date: Wed, 31 Oct 2001 09:54:55 -0600
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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.