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!

XML web search

Status
Not open for further replies.

baggio99

Technical User
Aug 5, 2005
2
GB
how can i set up a search on my website, to search an xml file, then disply the results as links
 
Search an XML file for what?

Jon

"I don't regret this, but I both rue and lament it.
 
use the xml file as a db, which contains links to websites,
i cab search the xml using a data island, but cant get the links to appear properly, just as text.
 
You don't need to use a data island. The best way to do this would be to use server-side transformation using either XSLT or DOM. Althought you could do it client-side with javascript.

Jon

"I don't regret this, but I both rue and lament it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top