Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
One world, one language
Message
De
31/05/1999 13:30:07
 
 
À
31/05/1999 13:23:48
Information générale
Forum:
Internet
Catégorie:
XML
Divers
Thread ID:
00224566
Message ID:
00224709
Vues:
16
>You can use it on the client and the server. Let's say you had the UT in XML format on the server. You could detect if IE5 is being used. If IE5 is the client, then you could return the XML embedded in the HTML (called a data island) and you could reference an XSL document on the UT web server that would transform the XML into DHTML on the client. You could then have multiple XSL files on the server, and either based on forum, preference, or even a drop down, you could update the DHTML on the client by just executing divMain.innerHTML = oXML.transformNode(oXSL)
>
>If they had Netscape browser, you could simply do the .transformNode() on the server (like in an ASP) and return HTML, so that the client wouldn't see the XML. You just need either IE5 or just the new MSXML parser on your server, and you can then execute CreateObject("Microsoft.XMLDOM"), and you're done. If you program in Java on the server, you can download the same parser used by IE5 from http://datachannel.com which DataChannel created with Microsoft, same exact interface.

Lots of powerful stuff in here. We'll have to keep an eye on it. Tks
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform