944,149 Members | Top Members by Rank

Nov 5th, 2009
0

RSS validation issue with the url

Expand Post »
I am trying to create an RSS feed dynamically with php, and for the most part it seems to work out right. When I try to validate, it gives me an error with this line:
RSS, Web Services and SOAP Syntax (Toggle Plain Text)
  1. <link><a href='index.php?tt=Getting it all together&m=1'>Getting it all together</a></link>

And it points to the = between m and 1 as the issues. Can I not pass two variables with the url in a feed, or do I need some escape marker?
Similar Threads
Reputation Points: 33
Solved Threads: 13
Junior Poster in Training
Namibnat is offline Offline
82 posts
since May 2009
Nov 5th, 2009
0
Re: RSS validation issue with the url
You might have to URI encode the & character. Validators for xhtml/xml/rss typically want ampersands to be encoded as

RSS, Web Services and SOAP Syntax (Toggle Plain Text)
  1. &amp;

Give that a try.
Reputation Points: 10
Solved Threads: 1
Newbie Poster
Elbudster is offline Offline
14 posts
since Sep 2004

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in RSS, Web Services and SOAP Forum Timeline: PHP SOAP example
Next Thread in RSS, Web Services and SOAP Forum Timeline: restfull webservices





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC