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

XT examples as Applet in browser?

Subject: XT examples as Applet in browser?
From: "Jonathan Borden" <jborden@xxxxxxxxxxxx>
Date: Sun, 7 Mar 1999 15:48:35 -0500
applet in browser
I'm looking to employ XT in a similar fashion to IE5's MSXML in order to do
browser based transformations. The idea is to do a client side
transformation and take the resulting string of XML and write it to a
browser window for display, e.g.

	document.write(xmlString);

this is very straightforward in MSXML, e.g.:

	var doc = new ActiveXObject("Microsoft.XMLDOM");
	var xsl = new ActiveXObject("Microsoft.XMLDOM");
	xsl.load(stylesheetURL);

	var str = doc.transformNode(xsl);

there should be an analagous way to do this using XT as an applet, e.g.:

	var str = xtApplet.transform(documentURL);

has anyone done this? is a wrapper Java class needed? advice?

Jonathan Borden
http://jabr.ne.mediaone.net


 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.