Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by ismail on Jan 04, 2008 03:51
open dhtmlx forum
Need assistance in incorparating combo code to my xlt file

Hi,

I need help please, i downloaded the code but have no clue in how to incorporate the code to an existing xslt file!

Can anyone please be kind enough to assist!

Regards
Answer posted by Stanislav on Jan 04, 2008 05:25
The component is combination of javascript|HTML  so it doesn't suit very well for direct XLST transformation ( but can be used for such task as well )

Normally you just use plain HTML page, where init component as

    some = new dhtmlx.....
    some.loadXML(url)

where url - path to file|script which will produce correct XML

Basically all necessary js code can be incorporated directly into XSLT , but it more complex way , separate data and logic by using loadXML is much better way.