 | |  |
 |

ColinW-O
User
Feb 16, 2006, 12:04 PM
Post #1 of 5
(2083 views)
Shortcut
|
|
RSS feed not working after adding Google Site Maps
|
Can't Post
|
|
Hi, I followed the tutorial to add the Google Site Maps XML on my page, and I get the following erros on the rss.xml: XML Parsing Error: mismatched tag. Expected: </meta>. Location: http://www.wrestling-online.com/news/rss.xml Line Number 12, Column 3:</head> --^ On the sitemap.xml file, I get XML Parsing Error: not well-formed Location: http://www.wrestling-online.com/news/rss.xml Line Number 27, Column 34: var w3=(document.getElementById && !ie); ---------------------------------^ I didn't change anything that regards to the RSS. The above code is part of a javascript code which was working before till I added the Google thing. Any ideas? The XML is at http://www.wrestling-online.com/news/rss.xml http://www.wrestling-online.com/news/sitemap.xml If you go to the publishcron file at http://www.wrestling-online.com/cgi-bin/news/exec/publishcron.cgi?page=1 it actually loads up the page fine so I don't know why this happened. Thanks, Colin
(This post was edited by ColinW-O on Feb 16, 2006, 12:45 PM)
|
|
|  |
 |

Cliff
Staff

Feb 17, 2006, 12:13 PM
Post #2 of 5
(2027 views)
Shortcut
|
|
Re: [ColinW-O] RSS feed not working after adding Google Site Maps
[In reply to]
|
Can't Post
|
|
Hi Colin, Thanks for posting. Could you post the query that you have in your publishcron.ini file? I suspect that there is a character in the search results that causing I'd like to see if I can locate the article that it may be in. Thanks Regards, Cliff Stefanuk - Customer Service Manager support@interactivetools.com
|
|
|  |
 |

ColinW-O
User
Feb 17, 2006, 12:16 PM
Post #3 of 5
(2025 views)
Shortcut
|
|
Re: [Cliff] RSS feed not working after adding Google Site Maps
[In reply to]
|
Can't Post
|
|
Here it is: # ---------------------------------------------------------------------------- # Publishcron.ini for Article Manager Publishcron.cgi # Publishes search.cgi queries into static files for includes # Copyright (C) 2005 interactivetools.com, All Rights Reserved # http://www.interactivetools.com/ # ---------------------------------------------------------------------------- #--------Search URL - replace with the full URL to your Article Manager search engine) search_url = http://www.wrestling-online.com/cgi-bin/news/exec/search.cgi #--------Search Queries page1 = /home/wonline/wrestling-online.com/news/rss.xml query1 = search=1&perpage=20&template=index/rss_template.xml page2 = /home/wonline/wrestling-online.com/news/sitemap.xml query2 = search=1&perpage=9999&template=index/sitemap_template.xml #--------Uncomment (remove the starting #) from these queries to add additional queries. #page2 = #query2 = #page3 = #query3 =
|
|
|  |
 |

Cliff
Staff

Feb 17, 2006, 4:07 PM
Post #4 of 5
(2014 views)
Shortcut
|
|
Re: [ColinW-O] RSS feed not working after adding Google Site Maps
[In reply to]
|
Can't Post
|
|
Hi Colin, Thanks for posting that for me, it really helps. I just emailed you about your RSS feed, but wanted to follow up here for the benefit of the user community: The & is what is causing the problems there, so the query should look like this:
search=1&perpage=9999&template=index/sitemap_template.xml I think though that there may be something going on with the sitemap_template.xml template. Try the template that I attached to my email and let me know if that helps get this on track for you Regards, Cliff Stefanuk - Customer Service Manager support@interactivetools.com
|
|
|  |
 |

ColinW-O
User
Feb 17, 2006, 4:45 PM
Post #5 of 5
(2010 views)
Shortcut
|
|
Re: [Cliff] RSS feed not working after adding Google Site Maps
[In reply to]
|
Can't Post
|
|
You are DA MAN! :) I guess the amp thing was causing the problem, and now the Google sitemap works too! :) What would I do without you guys? :) Thanks for solving this.
|
|
|  |
|