Categories | Question details Back To List | ||
loading xml with stream I am using tree. I have a question. I want load xml for (tree.loadXML) as a stream instead of xml file . Is there any way to do it. Thanks Answer posted by Support on Jan 14, 2008 02:43 Actually loadXML can load file from any URI , it may be a static XML file or any kind of server side script|service which just output data as XML For example http://dhtmlx.com/docs/products/dhtmlxTree/samples/loading_processing_data/pro_dyn_operations.html loads data from php script, which generate necessary XML data on the fly. |