Problem with linklist

Creating and modifying plugins.
Post Reply
Myth
Regular
Posts: 9
Joined: Mon Jul 24, 2006 3:50 pm

Problem with linklist

Post 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" />
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Problem with linklist

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Myth
Regular
Posts: 9
Joined: Mon Jul 24, 2006 3:50 pm

Post by Myth »

ahh :-)

A classic to much heat@brain error :-)

Thanx for the quick answer!
Post Reply