data.lzx
<library>
<dataset name="dsTreeData">
<root>
</root>
</dataset>
<dataset name="dsTreeLoader" type="http" src="sampledata.xml" ondata="gDataMan.loadedTreeData( this.getFirstChild() )"/>
<node id="gDataMan">
<attribute name="loadnode" value="null
"/>
<method name="loadAdditionalTreeData" args="atnode">
this.setAttribute( "loadnode", atnode );
dsTreeLoader.doRequest();
</method>
<method name="loadedTreeData" args="ldata">
loadnode.setAttribute( "childNodes", ldata.childNodes );
</method>
</node>
</library>
Cross References
Named Instances