Belirtmeyi unutmuşum opensearchxml.xml içeriği ise şöyle
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
    <ShortName>Digg</ShortName>
    <LongName>Digg.com Search</LongName>
    <Description>Search for user submitted news, videos, and images at Digg.com</Description>
    <InputEncoding>UTF-8</InputEncoding>
    <OutputEncoding>UTF-8</OutputEncoding>

    <AdultContent>false</AdultContent>
    <Language>en-us</Language>
    <Developer>Digg.com Development Team (Eli White)</Developer>
    <Contact>support@digg.com</Contact>
    <Description>Search for news, videos, and images on Digg.com</Description>
    <Tags>digg news videos images vote content</Tags>

    <Attribution>Search data from Digg.com, Inc., http://digg.com/</Attribution>
    <SyndicationRight>open</SyndicationRight>
    <Query role="example" searchTerms="Apple" />
    <Image height="16" width="16" type="image/vnd.microsoft.icon">http://digg.com/favicon.ico</Image>
    <Image height="64" width="64" type="image/png">http://digg.com/img/digg-64x64.png</Image>
    <Url type="text/html" template="http://digg.com/search?s={searchTerms}" />
    <Url type="application/rss+xml" template="http://digg.com/rss_search?s={searchTerms}" />

</OpenSearchDescription>