X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..76cb34406ceaf9681a76e13b531d7eafa483ad88:/examples/tree/xml-tree-loader.html?ds=sidebyside diff --git a/examples/tree/xml-tree-loader.html b/examples/tree/xml-tree-loader.html index de089b89..18e57565 100644 --- a/examples/tree/xml-tree-loader.html +++ b/examples/tree/xml-tree-loader.html @@ -7,17 +7,17 @@ - + - +
- +Demonstrates extending the native Ext.tree.TreeLoader to support loading XML data via the - custom Ext.ux.XmlTreeLoader class.
+ custom Ext.ux.tree.XmlTreeLoader class.The XmlTreeLoader is then further extended to demonstrate additional custom, application-specific node processing.
The js is not minified so it is readable. See xml-tree-loader.js.
This demo loads an XML file in the following format:
@@ -34,7 +34,7 @@ </authors> - +