RSS validation issue with the url

Please support our RSS, Web Services and SOAP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: May 2009
Posts: 15
Reputation: Namibnat is an unknown quantity at this point 
Solved Threads: 1
Namibnat Namibnat is offline Offline
Newbie Poster

RSS validation issue with the url

 
0
  #1
18 Days Ago
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?
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 13
Reputation: Elbudster is an unknown quantity at this point 
Solved Threads: 1
Elbudster Elbudster is offline Offline
Newbie Poster
 
0
  #2
18 Days Ago
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.
Reply With Quote Quick reply to this message  
Reply

Tags
rss, url

Message:



Similar Threads
Other Threads in the RSS, Web Services and SOAP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC