﻿<?xml version="1.0" encoding="UTF-8"?>
<!--
To run the sample in IIS replace the root application Uri (i.e. http://localhost:5678/) 
with the application path (e.g. http://localhost/IE8WebControls.Web/) 
in all the elements and attributes that require it.
 -->
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" 
                       xmlns:ie="http://schemas.microsoft.com/Search/2008/">
  <ShortName>J-Wireless</ShortName>
  
  <Url type="text/html" template="http://jflashing.com/Search.aspx?Search={searchTerms}&amp;Cat=Entire store&amp;Page=1"/>
  <Url type="application/x-suggestions+xml" template="http://jflashing.com/VisualSearch/SampleSearch.ashx?q={searchTerms}"/>

  <Image height="16" width="16" type="image/icon">http://jflashing.com/favicon.ico</Image>

  <ie:PreviewUrl type="text/html" template="http://jflashing.com/VisualSearch/SearchPreview.aspx?q={searchTerms}"/>
  
  <!--<Url type="application/x-suggestions+json" template="http://suggestions.example.com/search.aspx?q={searchTerms}"/>-->  
    
</OpenSearchDescription>
