X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/tree/xml-tree-loader.html diff --git a/examples/tree/xml-tree-loader.html b/examples/tree/xml-tree-loader.html deleted file mode 100644 index de089b89..00000000 --- a/examples/tree/xml-tree-loader.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - XmlTreeLoader Example - - - - - - - - - - - - - -

XmlTreeLoader Example

-

Demonstrates extending the native Ext.tree.TreeLoader to support loading XML data via the - custom Ext.ux.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:

-

-

-    <authors>
-        <author first="Fyodor" last="Dostoevsky" gender="m">
-            <book title="Crime and Punishment" published="1866" url="http://...">
-                Raskolnikov, a destitute and desperate former student...
-            </book>
-            ...
-        </author>
-        ...
-    </authors>
-        
-

- -
- - - \ No newline at end of file