RE: [xsl] Transformation in NetScape 6.2 Browser

Subject: RE: [xsl] Transformation in NetScape 6.2 Browser
From: "Stuart Celarier" <stuart@xxxxxxxxxxx>
Date: Tue, 7 May 2002 15:46:09 -0700
Try "Transforming XML: Netscape and XSLT" at
http://developer.netscape.com/evangelism/docs/articles/xslt/ and the
Netscape XML developer's newsgroup, netscape.dev.xml.

BTW, you are not using any IE APIs for using XSLT, you are using the
MSXML component's APIs. You are running script inside of IE, and that
script is using MSXML. As a COM component, MSXML can be called from a
variety of programming environments. For more background on what MSXML
is, see XSLT in MSXML at
http://www.perfectxml.com/articles/xml/XSLTInMSXML.asp.

Be sure that you are using real XSLT 1.0, and not using a WD-xsl
stylesheet. Netscape provides no support for the obsolete,
Microsoft-specific WD-xsl language. Hope that helps some.

Cheers,
Stuart

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Pundalik
Kudapkar

I am using NetScape 6.2 browser. I want to transform an XML document on
client side using the NetScape6.2's inbuilt XSL support. I would greatly
appreciate if anybody can tell me, how to initiate the transformation ?

I am doing the same tranformation on IE6 and for that matter I am using
IE
specific APIs to read the document object and apply the transformation.
However, on Netscape side I am not aware of any such APIs. If anybody
knows
about such APIs, using which I can apply the transformation on the XML
document, please let me know. Any sample XSL would be of great help.



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread