problems with link attribute in rss file
Hi,
I want to create rss file in php.
Everything works fine except one thing:
Link of rss <item> is http://www.[first_part]listingID=BC7486705&idxID=089 .
Link is OK, but items are not shown when xml is open.
I looked at source code of created xml and part idxID of every link in marked
with red color.
So, is idxID some special mark in xml and how can I make this work properly?
When I change link attribute of items, items are shown and everything works fine.
Thanks in advance,
Amer
Related Article: How to create rss file using code
is a RSS, Web Services and SOAP discussion thread by mushget that has 2 replies, was last updated 2 years ago and has been tagged with the keywords: rss.
aldm
Junior Poster in Training
62 posts since Jan 2010
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
The ampersand (&) should be escaped to &
pritaeas
Posting Prodigy
9,276 posts since Jul 2006
Reputation Points: 1,173
Solved Threads: 1,457
Skill Endorsements: 86