3.2.0

Loading dynamic XML into table

hi ,
I am having an xml dat to be loaded into the grid . the xml data is dynamic and hence no url can be assigned to it however the ActiveWidgets table object requires an url to be assigned to the xml file . Is there any way to circumvent this problem . does the table object have any overloaded method to assign the xml data directly into the table instead of URL

Thanks in anticipation
Arun
Arun
March 29,
Hi Arun,
I am also using the data in XML format to be displayed in the grid. I apply an XSL style sheet to that data and the resultant output I direct to the user. In the transformation I pull out the required data from the XML and create the required arrays. Hope this helps.
Regards,
Nilesh
Nilesh
March 30,
You can try to call table.response(xml) - this is how it works internally. I should probably add something like setXML/getXML instead.
Alex (ActiveWidgets)
March 30,

This topic is archived.

See also:


Back to support forum