Desktop X and its scripting powers!!!! (part 2)

has anyone played around with it yet?

I have not gotten that far with it.
Can I really use XML, XML style sheets, Microsoft Jscript, and VB script??

Is there a DesktopX script I should kow about?

1,354 views 2 replies
Reply #1 Top
i dont know much about this, but DX can use any script language installed on your machine.

last time i looked the DX documentation had a short script section, and there were a couple of sample scripts included.

if you go to create a script, one of the pull down lists should be a list of installed languages you can pick from.
Reply #2 Top
DesktopX uses Micosoft's Active Scripting technology to control DX objects. There are a several Active Scripting-compatible languages that therefore (IIRC) would work with DesktopX, VBScript and JScript being the most common.

You can perform XML/XSL processing easily in these scripting languages. Microsoft has script-friendly APIs for doing so. You can use XSL to transform the XML to whatever format you want (text, HTML, ...)

There is a DX Web Broswer Control/Script Object example that uses downlaods WinCust's newest additions list as an XML file, download an XSL file, uses the two to perform an XSL tranformation to convert the XML to HTML, then displays the result in the web browser control that's embedded on the desktop.

Its somehwere in the DX object section of this web site.

Powered by SkinBrowser!