[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: Delivering application with XSL ActiveX


Subject: Re: Delivering application with XSL ActiveX
From: "David CODISH"<dcodish@xxxxxxxxx>
Date: Mon, 25 May 1998 14:07:35 +0300

Why can't you deliver it using the ActiveX? Any Computer running IE4 should
be able to view your XML.

You need to add the code base of the ActiveX within your HTML code:

<OBJECT ID="XSLControl"
                CLASSID="CLSID:2BD0D2F2-52EC-11D1-8C69-0E16BC000000"
                CODEBASE="http://www.microsoft.com/xsl/xsl/msxsl.cab"
                STYLE="display:none">
            <PARAM NAME="documentURL" VALUE="<whatever>.xml">
            <PARAM NAME="styleURL" VALUE="<whatever>.xsl">
        </OBJECT>


BTW - I know this is not a commercial promotion site but you can check out
something small I've been doing with XML.
It's connected to a database and shows the content of the database in a
file system view. You can choose different views (XSL) and change
directories (XML).


Let me know what you think of it.
http://www.gefen.co.il/xml/whole.html

David Codish



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread