From: Dan M. <dan...@gm...> - 2009-11-28 02:19:18
|
With some help from Chris Wallace I now have a very simple AJAX-style as-you-type collection browser running here: http://demo.syntactica.com/exist/rest/db/cust/exist-admin/apps/browse/browse.xq?collection=/db/cust/exist-admin/apps/ Note that as you append characters to the input path the sub-collection set is narrowed. I have put the sample code here in the XQuery Wikibook: http://en.wikibooks.org/wiki/XQuery/Navigating_Collections The ideal form would have a drop-down list directly under the input field. - Dan |