Results 1 to 3 of 3
Threaded View
-
June 17th, 2010, 03:04 PM #121Registered User
postsCreating a Search for information in an XML file
I'm trying to figure out the best way to create a search box that searches an XML document and returns the results. So far I know how to do a search that returns exact matches but I want to make it so if someone typed in say "Manager" it would return results that Also had "Sales Manager" or "Account Manager".
Currently I have
Which only works with exact results. What is the best way to get around this? Do I just need to bring in everything from the XML file and then compare it using .search()?PHP Code:var authorList:XMLList = xmlData.job.(title == citySearch.text);
Similar Threads
-
Loading xml file from a remote ip
By dinesh.cape in forum ActionScript 3Replies: 0Last Post: April 9th, 2010, 04:02 AM -
Load several XML files through 1 XML file?
By Jenner in forum ActionScript 2 (and Earlier)Replies: 0Last Post: March 12th, 2005, 12:21 AM -
Reading a xml file that contains pictures and contents using flash
By vinuhere in forum ActionScript 2 (and Earlier)Replies: 8Last Post: January 6th, 2005, 09:10 AM -
XML: retreiving data from the Flash generated XML 'String' file
By DannyBoyInMarse in forum ActionScript 2 (and Earlier)Replies: 0Last Post: November 16th, 2004, 07:55 AM -
how flash reads an xml from php file?
By alapimba in forum Server-Side (PHP, SQL, ASP.NET, etc.)Replies: 5Last Post: September 11th, 2004, 07:16 PM

Reply With Quote

Bookmarks