Subject: RE: Command-line processing for msxml4
From: "Chris Bayes" <chris@xxxxxxxxxxx>
Date: Wed, 12 Sep 2001 13:56:43 +0100
|
Paul,
You can use the xmltohtml.js utility at
http://www.bayes.co.uk/xml/index.xml?/xml/utils/translate.xml
Just change the lines
var x = new ActiveXObject("MSXML2.DOMDocument");
var s = new ActiveXObject("MSXML2.FreeThreadedDOMDocument");
To
var x = new ActiveXObject("MSXML2.DOMDocument.4.0");
var s = new ActiveXObject("MSXML2.FreeThreadedDOMDocument.4.0");
If for some reason it doesn't use msxml2 v4 although it should just work
if you have v4 installed.
Ciao Chris
XML/XSL Portal
http://www.bayes.co.uk/xml
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> Paul Terray
> Sent: 12 September 2001 13:21
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Command-line processing for msxml4
>
>
> Hello to everyone,
>
> Do someone know if there is any commad-line utility to access XSLT
> processing in MSXML4 from command-line, much like msxsl did
> for msxml3.
>
> Thanks
>
> --
> Paul TERRAY - Documents Management Systems Engineer
> email : terray@xxxxxxxxxxxx
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|