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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. thestonefox

    Creating an unordered html list from a recursive xml document

    Hi all I have an xml document that contains n level of nodes and i want to display a html unordered list from them the xml looks like this <nodes> <node> <data>Node A</data> <node> <data>Node A1</data> </node> <node> <data>Node A2</data> </node> <node>...
  2. thestonefox

    Best First Search

    Can anybody help me on how to implement a best first search method in keylink prolog. Ive found countless examples of how to actually code the best first search but nothing on how to actually put it to any use. The problem i have is as follows:- Take a word (e.g. code) and via best first...

Part and Inventory Search

Back
Top