Hi,
Sorry for the delayed reply, I've been on the road.
Try using XML encoding of the ampersands. I.e:
http://example.com/q={searc
hTerms}&start={startIndex?}
When an OpenSearch client parses the "template"
attribute of the Url
element they treat it as XML. Thus the ampersands need to
be escaped
once for the XML parser.
Cheers,
-DeWitt
On 7/30/06, mp3geek <mp3geek gmail.com> wrote:
> when creating a search, what replaces the parameter
seperator "&" in the
> url, I've tried
>
> as an example,
> http://www.google.c
o.nz/search?q=%26ie=utf-8
>
> rather than,
> http://www.google.c
o.nz/search?q=&ie=utf-8
>
> since any "&" will fail.
>
> === [ Opensearch.org Discuss mailing list ]
=========================
> http:
//opensearch.org/mailman/listinfo/discuss/
> Unsubscribe on the web page, or discuss-unsubscribe opensearch.org
> Problems? Reach a human at mailman-admin opensearch.org
>
=== [ Opensearch.org Discuss mailing list ]
=========================
http:
//opensearch.org/mailman/listinfo/discuss/
Unsubscribe on the web page, or discuss-unsubscribe opensearch.org
Problems? Reach a human at mailman-admin opensearch.org
|