On Wed, Apr 17, 2002 at 10:24:27PM +0100, Thom May wrote:
> > <url method="GET">http://host/script.cgi?arg1=x\&arg2=y</url>
>                                                 ^^^^
>                 Shouldn't this be &amp; rather than \& :
> <url method="GET">http://host/script.cgi?arg1=x&amp;arg2=y</url>

Yes, that is correct. Since flood accepts XML input, that input must
be XML-encoded. It is kind of ugly, but it is consistent.

-aaron

Reply via email to