I'm new to xml, but trying to set up an RSS feed for my site. My problem is that in order to include an image, I need to put variables in the url for the image, but xml doesn't like the ampersands. The offending line looks like:
<img src="http://mysite/?u=justjon&i=2005/03/06/1110143166.jpg&c=t" />
Any ideas what I can do about this? Thanks.