Search the web
Sign In
New User? Sign Up
nanoblogger
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
RSS problem because of special character in BLOG_DESCRIPTION   Message List  
Reply | Forward Message #989 of 1143 |
Hi,

I use special characters like "í" in my BLOG_DESCRIPTION and
because of that the rss.xml file was beeing generated with problems.

In order to fix that, I have added a "CDATA" tag in the rss2.sh
script. The diff file is:

--- rss2.sh.orig Fri Apr 11 18:40:03 2008
+++ /usr/local/share/nanoblogger/plugins/rss2.sh Fri Apr 11
18:50:12 2008
@@ -64,7 +64,7 @@
<channel>
<title>$NB_RSS2Title</title>
<link>$BLOG_FEED_URL</link>
- <description>$BLOG_DESCRIPTION</description>
+
<description><![CDATA[$BLOG_DESCRIPTION]]></description>
<dc:language>$BLOG_FEED_LANG</dc:language>
<dc:creator>$NB_RSS2Author</dc:creator>
<dc:date>$NB_RSS2ModDate</dc:date>

Thanks!

Kind regards,
Marcelo Gardini do Amaral





Mon Apr 14, 2008 5:43 pm

billgardini@...
Send Email Send Email

Forward
Message #989 of 1143 |
Expand Messages Author Sort by Date

Hi, I use special characters like "&iacute;" in my BLOG_DESCRIPTION and because of that the rss.xml file was beeing generated with problems. In order to fix...
Marcelo Gardini
billgardini@...
Send Email
Apr 14, 2008
5:43 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help