Displaying 4 results from an estimated 4 matches for "totalresults".
2006 Apr 02
3
FeedTools syntax question
http://www.mozdex.com/open.jsp?query=webhosting&start=10
in the above feed, can anyone tell me how to access the
openSearch:totalResults element using feed tools? I can access the other
elements, but I''m unsure what special meaning the colon carries or how to
work with such items in feedtools
thanks in advance
al
2006 Jan 03
1
opensearch template
...nk>$env{SCRIPT_NAME}?DB=$dbname&P=$html{$query}</link>
<description>Search results for "$html{$query}" at xapian.org</description>
<language>en</language>
<copyright>(C)2005, Xapian.org</copyright>
<openSearch:totalResults>$msize</openSearch:totalResults>
<openSearch:startIndex>$add{topdoc,1}</openSearch:startIndex>
<openSearch:itemsPerPage>$hitsperpage</openSearch:itemsPerPage>
$hitlist{
<item>
<title>$html{$or{$field{title},$field{caption}}}<...
2007 Jan 04
0
Hpricot
Hi:
Anyone had any luck with parsing Amazon Open Search XML using Hpricot?..
I am having touble with the following types (tags with : and /) of Open
Search XML tags..i.e.
<opensearch:totalresults>81</opensearch:totalresults>
and
<link />http://cnn.com
<br /> abc, xyz etc..
I am getting the following error
link:
parse.rb:8: undefined method `innerHTML'' for nil:NilClass
(NoMethodError)
from parse.rb:7:in `each''
from parse.rb:7...
2006 Sep 30
3
Builder.node, each() and Event.observe - Help!
Hi all
I am trying to get the following code working but somehow it doesn''t..
Please help me.
------------ snip ---------
Ajax.Request(''/json/images/''+query, {
onComplete:function(xmlhttp,json)
{
if(json.TotalResults != 0) {
json.Item.each(function(item)
{
$(''out'').appendChild(
Builder.node(''div'', {id:item.ImgId,className:"imageResult"}, [...