:: Forum >>

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
Monday, March 29, 2004
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
Tuesday, March 30, 2004
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)
Tuesday, March 30, 2004

This topic is archived.


Back to support forum

Forum search