This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



>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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]