At 18.07 24/07/2001 -0700, you wrote:

>Paul> For example:
>
>Paul> <p>
>Paul>   <a href="http://www.somewhere.com/script?page=2&mode=examples";>
>Paul>           Page 2 &amp; examples
>Paul>   </a>
>Paul> </p>
>
>You're getting the benefit of error-correction.
>
>Try that again setting the variable "copy" to "3".
>Or "amp" to 7.

I may be mistaken here, but:

<a href="http://www.foo.bar/script.cgi?page=1&amp=2&quot=4";>
         &quot;&amp;&quot;
</a>

should parse exactly as one would expect, with no error correction involved 
because

&amp;

is a legal HTML entity

&amp (no final semi-colon)

is just a string

Aaron



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to