Dan S
02-07-2002, 12:12 PM
I want to customize the search results from firstboomark. For that they provide an outputlike this in XML:
http://www.firstbookmark.com/search.php?a=mrsurch&t=lnk&q=casino&xml=1&r=10ip=
with this Data Type Definitions:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<METASEARCH>
<COPYRIGHT>
<META NAME="COPYRIGHT" CONTENT="Copyright (c) 2001-2002 OA Internet Services. All rights reserved." />
</COPYRIGHT>
<RESULTS>
<SITE>
<CLICKURL>Use this tag to link to the end website</CLICKURL>
<URL>The actual url of the webpage DO NOT link with this DO NOT display this link</URL>
<TITLE>The title of the page LINK THIS with <CLICKURL></TITLE>
<DESCRIPTION>The description of the end webpage</DESCRIPTION>
</SITE>
...
</RESULTS>
<PARAMS>
<NEXTPAGE>The next page URL</NEXTPAGE>
</PARAMS>
</METASEARCH>
Now how to do it?
Do I need a programmer for the job or is there an easy way to do it myself?
Thanks
http://www.firstbookmark.com/search.php?a=mrsurch&t=lnk&q=casino&xml=1&r=10ip=
with this Data Type Definitions:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<METASEARCH>
<COPYRIGHT>
<META NAME="COPYRIGHT" CONTENT="Copyright (c) 2001-2002 OA Internet Services. All rights reserved." />
</COPYRIGHT>
<RESULTS>
<SITE>
<CLICKURL>Use this tag to link to the end website</CLICKURL>
<URL>The actual url of the webpage DO NOT link with this DO NOT display this link</URL>
<TITLE>The title of the page LINK THIS with <CLICKURL></TITLE>
<DESCRIPTION>The description of the end webpage</DESCRIPTION>
</SITE>
...
</RESULTS>
<PARAMS>
<NEXTPAGE>The next page URL</NEXTPAGE>
</PARAMS>
</METASEARCH>
Now how to do it?
Do I need a programmer for the job or is there an easy way to do it myself?
Thanks