RE: [xsl] XML Processor for Win 2000

Subject: RE: [xsl] XML Processor for Win 2000
From: "Chris Bayes" <chris@xxxxxxxxxxx>
Date: Wed, 12 Sep 2001 15:08:56 +0100
Joshua,
This is a simple problem. You either have to put msxml into replace mode
or use specific progids when using asp. i.e. set xsl =
Server.CreateObject("msxml2.domdocument") rather than set xsl =
Server.CreateObject("microsoft.xmldom")

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 
> Joshua Miller
> Sent: 12 September 2001 14:32
> To: Xsl-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] XML Processor for Win 2000
> 
> 
> I'm trying to build an xml application on a Windows 2000 
> server, I've installed MSXML3 and have written some code 
> exactly to standard (both XML and XSL) but when I try to 
> apply the template, I get nothing. If I go and view the 
> source of the page, the sourcecode contains the XSL code that 
> I've written. No HTML output, no transformation, no errors, 
> just displays the XSL as the page source.
> 
> Any ideas? What can I use other than MSXML when using IIS as 
> a webserver?
> 
> Joshua Miller
> Web Development::Programming
> Eagle Technologies Group, Inc.
> www.eagletgi.com
> josh.miller@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


Current Thread