RE: [xsl] a silly thought about populating a listbox (win application) via XSLT

Subject: RE: [xsl] a silly thought about populating a listbox (win application) via XSLT
From: "Bryan Rasmussen" <bry@xxxxxxxxxx>
Date: Thu, 25 Apr 2002 20:55:12 +0200
>hi, just a stupid thought, i was wondering whether it is possible to write
>a stylesheet that can pass the data from a xslt  output directly into a
>combobox of a windows application (i.e. populating the comboboxed through
>stylesheets without using DOM or SAX)?  i doubt it (i hope i am wrong in
>this case)

well you'd have to use one or the other to have xml documents to run xslt
again, and to have xslt's to run against your xml, wouldn't you? but I
suppose you could use transformNodeToObject(),
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/htm/
xml_mth_sz_2jp0.asp and then iterate over the result to build your combo-box
the same way you might normally iterate over a dom document to load a
combo-box


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


Current Thread