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]

RE: Command-line processing for msxml4


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@lists.mulberrytech.com 
> [mailto:owner-xsl-list@lists.mulberrytech.com] On Behalf Of 
> Paul Terray
> Sent: 12 September 2001 13:21
> To: xsl-list@lists.mulberrytech.com
> Subject: [xsl] 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@4dconcept.fr 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 


 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]