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

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
    dhtmlx.com/docs/products/dhtmlxT … tions.html
loads data from php script, which generate necessary XML data on the fly.