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: XML Processor for Win 2000


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@lists.mulberrytech.com 
> [mailto:owner-xsl-list@lists.mulberrytech.com] On Behalf Of 
> Joshua Miller
> Sent: 12 September 2001 14:32
> To: Xsl-List@Lists.Mulberrytech.Com
> 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@eagletgi.com
> 
> 
>  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]