F
Francesco Moi
Hello.
I'm trying to build a RSS feed for my website. It starts:
----------------//---------------------
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
"http://my.netscape.com/publish/formats/rss-0.91.dtd">
<rss version="0.91">
----------------//----------------------
And an item could be:
--------//--------------
<item>
<link>http://www.mydomain.com</link>
<title>Foo</title>
</item>
------//---------------
If instead of 'http://www.mydomain.com', I set
'http://www.mydomain.com/mypage.aspx?ID=1&cod=9&num=20031206'
I get problems of validation (some RSS readers do not read it).
Does exist any problem with these kind of URLs?
Thank you very much.
I'm trying to build a RSS feed for my website. It starts:
----------------//---------------------
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
"http://my.netscape.com/publish/formats/rss-0.91.dtd">
<rss version="0.91">
----------------//----------------------
And an item could be:
--------//--------------
<item>
<link>http://www.mydomain.com</link>
<title>Foo</title>
</item>
------//---------------
If instead of 'http://www.mydomain.com', I set
'http://www.mydomain.com/mypage.aspx?ID=1&cod=9&num=20031206'
I get problems of validation (some RSS readers do not read it).
Does exist any problem with these kind of URLs?
Thank you very much.