<?xml version="1.0" encoding="UTF-8" ?>
<!-- $Workfile:   search-plugin.xml  $, $Revision:   1.3  $ -->
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
	xmlns:moz="http://www.mozilla.org/2006/browser/search/">
	<ShortName>karstadt.de</ShortName>
	<Description>Suche in karstadt.de</Description>
	<InputEncoding>ISO-8859-1</InputEncoding>
	<OutputEncoding>ISO-8859-1</OutputEncoding>
	<Image width="16" height="16" type="image/x-icon">
		http://www.karstadt.de/favicon.ico
	</Image>
<!-- Standard-Suche -->
	<Url type="text/html" method="GET"
		template="http://www.karstadt.de/GlobaleSuche.do?sutp=1&amp;searchtext={searchTerms}">
<!--		<Param name="searchtext" value="{searchTerms}" />-->
<!--		<Param name="sutp" value="1" />-->
<!--		<Param name="buch" value="true" />-->
	</Url>

<!--	For future use (Search Suggest) -->
<!--	<Url type="application/x-suggestions+json"-->
<!--		template="http://www.karstadt.de/SearchSuggest.do">-->
<!--		<Param name="searchtext" value="{searchTerms}" />-->
<!--		<Param name="rootcgnbr" value="866898" />-->
<!--	</Url>-->

<!-- Auto-Update (supported by Firefox 3.1) -->
	<Url type="application/opensearchdescription+xml" rel="self"
		template="http://www.karstadt.de/search-plugin.xml" />
	<!--	<moz:SearchForm>searchFormURL</moz:SearchForm>-->
</OpenSearchDescription>

<!--
	So wird's eingebunden:
	<link rel="search" type="application/opensearchdescription+xml" title="karstadt.de" href="/search-plugin.xml">
	
	Doku:
	https://developer.mozilla.org/en/Creating_OpenSearch_plugins_for_Firefox
	https://developer.mozilla.org/en/Adding_search_engines_from_web_pages
	https://developer.mozilla.org/en/Supporting_search_suggestions_in_search_plugins
-->

