diff -r 1ecfe4720da7 -r 2d6866072851 client/player/css/jq-css/demos/autocomplete/xml.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/player/css/jq-css/demos/autocomplete/xml.html Thu Jun 17 11:16:34 2010 +0200 @@ -0,0 +1,69 @@ + + +
+ ++This demo shows how to retrieve some XML data, parse it using jQuery's methods, then provide it to the autocomplete as the datasource. +
++This should also serve as a reference on how to parse a remote XML datasource - the parsing would just happen for each request within the source-callback. +
+