|
Subject: XT examples as Applet in browser? From: "Jonathan Borden" <jborden@xxxxxxxxxxxx> Date: Sun, 7 Mar 1999 15:48:35 -0500 |
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| New XT release, James Clark | Thread | RE: XT examples as Applet in browse, Mike Dierken |
| New XT release, James Clark | Date | XSL Problem, Wendy Cameron |
| Month |