i have xml coming remote server need implement in filtered/searchable way web form.
i know of quite few ways approach problem.. extjs provides nice livesearch api work nicely i'm version behind.. though maybe accomplish easier java or other js?
here xml looks like..
<searchtext> <applicationname>application1</applicationname> <searchvalue>some search term</searchvalue> </searchtext> <searchtext> <applicationname>vim application1</applicationname> <searchvalue>some other search term</searchvalue> </searchtext> <searchtext> <applicationname>vim application1</applicationname> <searchvalue>more search terms</searchvalue> </searchtext>
ultimately i'm doing lookup structure "applicationname" , want search "searchvalues" set of application , return application name if search term exists there -
javabeans of structure exist well.. i'm looking simplest approach.
thanks!
how e4x in rhino ? or plain old xslt/xpath ?
Comments
Post a Comment