Re: Error

Chris Ilias <[email protected]> Tue, 24 Oct 2006 22:17:53 -0400
Newsgroups gmane.comp.mozilla.devel.xml
Organization http://ilias.ca/
Message-ID <[email protected]>
[email protected]_ spoke thusly on 24/10/2006 1:37 PM:
> Can anyon tell me why the follwing produces the following error in an
> XHTML document... GRrrr
> 
> 
> <img src="plus.jpg" width="30" height="30"
> onclick="window.location='index.php?id=6&levelon=4'" />
> 
> its says that the XML is not well formed. It is caused by the &  as far
> as i can tell.

Use &amp; . For example:
<img src="plus.jpg" width="30" height="30"
onclick="window.location='index.php?id=6&amp;levelon=4'" />

[cross-post and follow-up set to mozilla.dev.tech.xml]
-- 
Chris Ilias
mozilla.test.multimedia moderator
Mozilla links <http://ilias.ca>
(Please do not email me tech support questions)