This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Transformation in NetScape 6.2 Browser


Roman, can you please show me an example of how you invoke this
transformation in Netscape? Many thanks.

BTW, transformNode is implemented in MSXML 2.0 and higher, although only
MSXML 3.0 and higher provide full XSLT 1.0 support. In any case, MSXML
is a COM component, and invoking it has nothing specific to do with
Internet Explorer, aside from the fact the IE 5.0 and higher have
distributed various versions of MSXML.

Cheers,
Stuart

-----Original Message-----
From: owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com] On Behalf Of Roma Yankin
Sent: Wednesday, May 08, 2002 12:59
To: xsl-list@lists.mulberrytech.com
Subject: Re: [xsl] Transformation in NetScape 6.2 Browser

Hi Pundalik,

Actually there is no difference in transforming xml documents both for
IE6
and NS6. However you might be using transformNode() method from JS which
is
implemented only in IEs with MSXML 3 and higher installed.
Anyway check out this code that makes simplest trasformation of an xml
tree.

XML file:
<snip/>

XSL file:
<snip/>

This will work both in IE and NS,

----
regards Roman!


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]