This example loads the tree from a XML flat file.
01.
$(
function
() {
02.
$(
"#xml_f"
).tree({
03.
data : {
04.
type :
"xml_flat"
,
05.
opts : {
06.
url :
"basic_xml_flat_data.xml"
07.
}
08.
}
09.
});
10.
});