Page 1 of 1

Problem with linklist

Posted: Thu Jul 27, 2006 10:47 am
by Myth
Hi

Can anyone tell me why the link below won't show in the linklist?

<link name="Vejrudsigt" link="http://www.dmi.dk/dmi/index/verden/verd ... ountry=USA" />

Re: Problem with linklist

Posted: Thu Jul 27, 2006 11:32 am
by garvinhicking
Hi!

You must use XML compliant input. "&" needs to be written as "&", because it is a specific entity.

So make your link like this:

Code: Select all

<link name="Vejrudsigt" link="http://www.dmi.dk/dmi/index/verden/verdensvejr.htm?city=200001223&country=USA" />
Best regards,
Garvin

Posted: Thu Jul 27, 2006 12:01 pm
by Myth
ahh :-)

A classic to much heat@brain error :-)

Thanx for the quick answer!