[xml] Searching in reader API



Title: Message
Hi All,
         Here I am having one large xml file having the entries (apprx 5000 records), the records also contain the UNICODE characters. Now, I directly want to search that record (with the case of partial matching also if possibles).
Is there any way in libxml/reader API to search specific record.
 
Example:-
 
<record-set>
    <record>BBC News Monday</record>
    <record>BBC News Tuesday/record>
    <record>BBC News Wednesday</record>
    <record>BBC News Thusday</record>
    <record>BBC News Friday</record>
    <record>BBC News saturday</record>
</record-set>
 
Now if suppose I directly want to search the record BBC News Friday is it possible to do by any which way in libxml.
 
Regards
Divij


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]