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" />
Problem with linklist
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Problem with linklist
Hi!
You must use XML compliant input. "&" needs to be written as "&", because it is a specific entity.
So make your link like this:
Best regards,
Garvin
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" />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/
# 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/