Unanswered Visual Search results not showing up

  • Sunday, March 21, 2010 1:13 PM
     
     

    I am currently working on developing a Search Provider extension for Internet Explorer 8 with search suggestions. All working good, but suggestions with an image.

    Here is the XML code I am using:

    <?xml version="1.0"?>
    
    <SearchSuggestion xmlns="http://schemas.microsoft.com/Search/2008/suggestions">
    
        <Query>project</Query>
    
        <Section>
    
    	<Separator title="Text Suggestions"/>
    
    	<Item>
    
    		<Text>Kids science projects</Text>
    
    		<Description>Science Help For Parents, Teachers And Students by Science Made Simple</Description>
    
     		<Url>http://www.sciencemadesimple.com/projects.html</Url>
    
    	</Item>
    
    	<Item>
    
    		<Text>Middle School Science Science Fair Projects</Text>
    
    		<Description>Learn how to do a middle school science fair presentation that will WOW you teachers and friends!</Description>
    
    		<Url>http://www.super-science-fair-projects.com/middle-school-science-fair-projects.html</Url>
    
    	</Item>
    
    	<Item>
    
    		<Text>Senior Projects (Grades 10 - 12)</Text>
    
    		<Description>Projects for teens of 15 and up.</Description>
    
    		<Url>http://www.cdli.ca/sciencefairs/senior.html</Url>
    
    	</Item>
    
    	<Separator />
    
    	<Item>
    
    		<Text>science project</Text>
    
    	</Item>
    
    	<Item>
    
    		<Text>physics project</Text>
    
    	</Item>
    
    	<Item>
    
    		<Text>math project</Text>
    
    	</Item>
    
    	<Item>
    
    		<Text>english project</Text>
    
    	</Item>
    
    	<Item>
    
    		<Text>semester project</Text>
    
    	</Item>
    
    	<Item>
    
    		<Text>final project</Text>
    
    	</Item>
    
    	<Item>
    
    		<Text>science fair project</Text>
    
    	</Item>
    
    	<Item>
    
    		<Text>creativity project</Text>
    
    	</Item>
    
      <Item>
    
      	<Text>Science Project [Popcorn]</Text>
    
      	<Description>Popcorn as a theme for a science project.</Description>
    
      	<Image source="http://www.philmcdonnell.com/wp-content/uploads/2008/02/alicia_science_project.jpg" alt="project" width="75" height="75" align="middle"/> 
    
      	<Url>http://www.philmcdonnell.com/2008/02/07/science-popcorn/</Url>
    
      </Item>
    
      <Item>
    
      	<Text>Tasty Science Projects</Text> 
    
      	<Image source="http://www.cakehead.com/archives/aerogel.jpg" alt="project2" width="75" height="75" align="middle" />
    
    	<Url>http://www.cakehead.com/archives/2007/08/why_do_science.html</Url>
    
      </Item>
    
    </Section>
    
    </SearchSuggestion>
    
    
    All items are showing up correctly, but not those that contain an image. Any ideas on why this is happening?
    Developing software using C#/C++. | http://dennisdel.com

All Replies

  • Tuesday, June 01, 2010 11:05 AM
     
     
    Then what the image area show? Would you please upload a screen shot to show the details of the problem? And are you sure that the link for the image is accessible from your computer?
    Extending Internet Explorer to Improve the Functionality of the Browser