Searching NSString in XML database, Iphone
        Posted  
        
            by user358170
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user358170
        
        
        
        Published on 2010-06-04T06:43:43Z
        Indexed on 
            2010/06/04
            6:49 UTC
        
        
        Read the original article
        Hit count: 278
        
My project is like a classifieds kind of stuff..
I have a search text box in the first page.
When the user enters some text in that, i need to compare that text to the XML file from where all the data are being recieved, and should list out all the advertisements in the Table View (next page)..
I had did this kind of search in sql database..but not with XML..
Just need some help..
© Stack Overflow or respective owner