X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..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 18e57565..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.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:

-

-

-    <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