jakeh
09-02-2004, 10:39 AM
Is there any way to search for a string within the text of my dataset and return pointers to the nodes that match?
Note: I dont want to search for exact matches.
Example:
I want to search for "fra" (case insensitive)
and match to
<myxml>
<mynode>
<myitem>Frank</myitem> <---match here
<myitem>James</myitem>
<myitem>Jerome</myitem>
<myitem>Gerald</myitem>
</mynode>
</myxml>
Note: I dont want to search for exact matches.
Example:
I want to search for "fra" (case insensitive)
and match to
<myxml>
<mynode>
<myitem>Frank</myitem> <---match here
<myitem>James</myitem>
<myitem>Jerome</myitem>
<myitem>Gerald</myitem>
</mynode>
</myxml>