Hi,
Yes, that is the correct way to do it. Actually, NOT doing it is a
violation of the XHTML spec.
-Filip
On 2008-10-04 20:29, Luther Baker wrote:
I am copying a URL to paste into my application:
<a href="
http://www.microsoft.com/downloads/details.aspx?FamilyID=21eabb90-958f-4b64-b5f1-73d0a413c8ef&displaylang=en">downloads
for each</a>
Tapestry is complaining: The reference to entity "displaylang" must end with
the ';' delimiter.
Is it correct to rewrite the url with &
http://www.microsoft.com/downloads/details.aspx?FamilyID=21eabb90-958f-4b64-b5f1-73d0a413c8ef&displaylang=en">downloads
for each</a>
It works but I'm not sure if that is the correct way to do this. I am using
xhtml-strict so I assume that is why &displaylang is failing.
Thanks,
-Luther
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]