RE: [xsl] Can one Use JavaScript to update XSL:Variables

Subject: RE: [xsl] Can one Use JavaScript to update XSL:Variables
From: "Passin, Tom" <tpassin@xxxxxxxxxxxx>
Date: Thu, 29 Jul 2004 16:20:20 -0400
> From: dave frette [mailto:gohabitat@xxxxxxxxx]
>
> Thanks Tom for the code and some helpful hints.
>
> But what about these:
>         cache = new ActiveXObject("Msxml2.XSLTemplate.4.0");
>         var proc = cache.createProcessor();
>         ...
>         proc.transform();
>
> What is the Netscape equivalent?

Can't tell you. But I'd go with the Sarissa library, where it's all been
worked out for you already, as Marcus Andersson already suggested
earlier in this thread.

Cheers,

Tom P

Current Thread