|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] XT examples as 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
|
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
|

Cart








