Iam writing a search with XML and ASP means instead of using a database I stored the data in an xml file and trying to search it with XSL . for that i need to find a string lies in the description or not . instring like function I need
could any one help me?
for example
<row>
<lk>one<lk>
<desc>This is a test</desc>
</row>
if I search for "test" I should diplay the desc whole content
now iam success to the extent that if i search for the whole "This is a test" Iam getting.
is it boring?
could any one help me?
for example
<row>
<lk>one<lk>
<desc>This is a test</desc>
</row>
if I search for "test" I should diplay the desc whole content
now iam success to the extent that if i search for the whole "This is a test" Iam getting.
is it boring?