Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A push in the right direction (XML Internal Search)

Status
Not open for further replies.

MattPociask

Programmer
Sep 21, 2002
1
US
Hello all!
Im creating an ASP .NET page with an internal search engine with an XML back bone. My XML document is as follows.

<?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;yes&quot;?>
<database>
<search_item>
<title>Note Pad</title>
<keyword>Pen</keyword>
<keyword>Text</keyword>
<keyword>Word</keyword>
<html>
<![CDATA[
<b>NotePad</b>
]]>
</html>
</search_item>
<search_item>
<title>Paint</title>
<keyword>Color</keyword>
<keyword>Brush</keyword>
<keyword>Pixel</keyword>
<html>
<![CDATA[
<b>Paint Brush</b>
]]>
</html>
</search_item>
</database>

Can someone push me in the right direction on where to go from here?
Thanks in advance!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top