Subject: RE: Delivering application with XSL ActiveX
From: Benoît BARRE <benoit.barre@xxxxxxxxxx>
Date: Tue, 26 May 1998 10:48:41 +0200
|
There is a misunderstanding : my problem is not HOW to use the ActiveX
(I have the known-how), but Am I allowed to distribute it ?
Keep in mind that's a 'Preview Version'.
A couple of days ago, I was at the Developers Days in Paris. And the
answer was not clear...
So...
Ben
> -----Message d'origine-----
> De: David CODISH [SMTP:dcodish@xxxxxxxxx]
> Date: lundi 25 mai 1998 12:08
> À: xsl-list@xxxxxxxxxxxxxxxx
> Objet: Re: Delivering application with XSL ActiveX
>
> 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
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|