I have found a problem that when I modify my title of blog (blog name) to something including some special character (eg, & < >), ("Mary & David's blog") it will cause error in generating rss page. Would you mind telling me any solution?
Thanks,
Ben
RSS Flavor Page
2006-03-08 13:09:14
You can use:
$BLOJSOM_BLOG.getEscapedBlogName()
Not really sure why I never made those changes to the syndication templates since if you’re not using those special characters in XML, nothing happens. Hrmph.
On 3/8/06 3:27 AM, "Ben Chan" <ben.chan.kcgmail.com> wrote:
Hi
I have found a problem that when I modify my title of blog (blog name) to something including some special character (eg, & < >), ("Mary & David's blog") it will cause error in generating rss page. Would you mind telling me any solution?